Skip to content

Commit

Permalink
Merge pull request #349 from kilianmh/fix/missing-closing-parentheses
Browse files Browse the repository at this point in the history
Fix: add missing closing parentheses
  • Loading branch information
sabracrolleton authored Apr 29, 2024
2 parents 39b8e74 + a80881c commit 805f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s-sql/tests/test-tables.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@
(:select '*
:from 'businesses
:where (:= 'type "distribution"))
((:on-commit :preserve-rows)))
((:on-commit :preserve-rows))))
"CREATE TEMP TABLE distributors ON COMMIT PRESERVE ROWS AS ((SELECT * FROM businesses WHERE (type = E'distribution')))"))

;; creates a table as a duplicate of another with and without data and with control over what happens on commit
Expand Down

0 comments on commit 805f033

Please sign in to comment.