Skip to content
New issue

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

allow multiple statements in inserts #62

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jnc-nj
Copy link

@jnc-nj jnc-nj commented Aug 10, 2021

ref #38
I agree with the author this should be part of the default set of behaviours.
Seeing as the issue was opened in '16 (and I needed the functionality) I made my own edits.
The implementation is admittedly hacked together though, but works:

(insert-into :person (set= :sex "male" "female" "god" :name "fred" "tom" "jesus"))
#<SXQL-STATEMENT: INSERT INTO person (name, sex) VALUES ('jesus', 'god'),('tom', 'female'),('fred', 'male')>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant