korma / Korma

Tasty SQL for Clojure.
http://sqlkorma.com
1.48k stars 222 forks source link

insert on duplicate key update #249

Closed piyushmandovra closed 9 years ago

piyushmandovra commented 9 years ago

hello korma team is there any option to implement or write insert on duplicate update using korma.?

immoh commented 9 years ago

There's no support for it other than exec-raw.

piyushmandovra commented 9 years ago

Thank you for reply...........!! I know it's not supported yet. but it's very useful, so Is korma team planning to implement it............?

immoh commented 9 years ago

There are no plans to implement it. As far as I know it is non-standard implementation supported only by MySQL.

piyushmandovra commented 9 years ago

yup you are right. I just check now for postgres they didnot have upsert. well thank you for respond