working examples for sql server auto-lifting true
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
fce39548d0
commit
6531413325
1 changed files with 4 additions and 0 deletions
|
|
@ -2553,6 +2553,10 @@
|
||||||
|
|
||||||
(comment
|
(comment
|
||||||
(format {:truncate :foo})
|
(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 [:+ :id 1])
|
(format-expr [:+ :id 1])
|
||||||
(format-expr [:+ 1 [:+ 1 :quux]])
|
(format-expr [:+ 1 [:+ 1 :quux]])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue