Skip to content

Commit

Permalink
Revert "Make useInsertReturning a variable"
Browse files Browse the repository at this point in the history
This reverts commit d1ca4f5.
  • Loading branch information
helje5 committed Jun 30, 2024
1 parent 9548b33 commit 0cb5795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ extension EnlighterASTGenerator {

// Whether SQLite3 supports returning (the user can override!)

typeVariables.append(.var(
typeVariables.append(.let(
public: options.public, "useInsertReturning",
is: .cmp(
.call(name: "sqlite3_libversion_number"),
Expand Down

0 comments on commit 0cb5795

Please sign in to comment.