Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add helper function to merge multiple SQL+params vectors #568

Closed
seancorfield opened this issue Feb 21, 2025 · 0 comments
Closed

Add helper function to merge multiple SQL+params vectors #568

seancorfield opened this issue Feb 21, 2025 · 0 comments
Assignees

Comments

@seancorfield
Copy link
Owner

You can't produce multiple SQL statements right now, but there are some use cases where having ["stmt1; stmt2" p1 p2 p3] would be useful, e.g., XTDB ASSERT ...; INSERT ....

(sql/semicolon (sql/format ...) (sql/format ...))
;; or
(sql/semicolon [(sql/format ...) (sql/format ...)])
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant