Fork me on GitHub
#sql
<
2019-05-21
>
g14:05:48

is there any way of handling duplicates in processing an insert-multi!?

seancorfield15:05:29

@gtzogana no, you'll have to use execute! with :return-keys and either generate the SQL with HoneySQL or write it yourself.

g15:05:05

hmmm ok