Skip to content

Commit

Permalink
working examples for sql server auto-lifting true
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Corfield <[email protected]>
  • Loading branch information
seancorfield committed Dec 16, 2024
1 parent fce3954 commit 6531413
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/honey/sql.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -2553,6 +2553,10 @@

(comment
(format {:truncate :foo})
(format [:and])
(format [:and] {:dialect :sqlserver})
(format {:select :* :from :table :where (map= {})})
(format {:select :* :from :table :where (map= {})} {:dialect :sqlserver})
(format-expr [:= :id 1])
(format-expr [:+ :id 1])
(format-expr [:+ 1 [:+ 1 :quux]])
Expand Down

0 comments on commit 6531413

Please sign in to comment.