working examples for sql server auto-lifting true

Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
Sean Corfield 2024-12-15 16:03:08 -08:00
parent fce39548d0
commit 6531413325
No known key found for this signature in database

View file

@ -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]])