Skip to content

allow multiple statements in inserts#62

Open
jnc-nj wants to merge 5 commits into
fukamachi:masterfrom
jnc-nj:master
Open

allow multiple statements in inserts#62
jnc-nj wants to merge 5 commits into
fukamachi:masterfrom
jnc-nj:master

Conversation

@jnc-nj

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

Copy link
Copy Markdown

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