We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:set
update
(sql/format {:select [:x [:y :d] [:%z.e] [:%z.f :g]]})
[]
%z.e
(param x)
:params
set-dialect!
The text was updated successfully, but these errors were encountered:
address #539 by improving getting started
4efa9a3
Signed-off-by: Sean Corfield <[email protected]>
another strop cleanup #539
acb5112
another backtick escape attempt #539
dd9547b
refer to examples below for set-dialect! #539
34b58e4
694233e
seancorfield
No branches or pull requests
maybe move legacy 1.x stuff to lower down the readme since no one needs to know that now?most clauses expect a sequence -- say vector (even tho' it can be a list)such as:set
-- not immediately obvious there's a connection toupdate
!quoted symbolic form -- doesn't work with the ' in the web appit's also not obvious in getting started why this feature existswith a parameter of 0 (not clear that this is the result) -- move nil inline ahead?inline with single argument -- no, supports multiple elements% syntax should use keywords or quoted symbols(sql/format {:select [:x [:y :d] [:%z.e] [:%z.f :g]]})
-- don't need[]
on%z.e
here-- see param special syntax and :params opts do not support symbols #543(param x)
doesn't work (symbolic form), nor does:params
with symbols -- both shouldexamples of composite/over -- should have example of/links to other helpers' equivalentsdialects: mysql stropping isn't readable!enable quoting globally viaset-dialect!
-- example or link!The text was updated successfully, but these errors were encountered: