Re: clojure.contrib.sql and duplicate inserts

2010-09-21 Thread Bart J
I wanted to use insert-values to re-insert the same values to the table again. I think using update-or-insert-values suffices. Thanks. On Sep 20, 6:29 pm, Stephen C. Gilardi scgila...@gmail.com wrote: On Sep 20, 2010, at 8:27 AM, Bart J wrote: Currently, it is not possible to insert

clojure.contrib.sql and duplicate inserts

2010-09-20 Thread Bart J
Currently, it is not possible to insert duplicate rows using the clojure.contrib.sql module (specifically, the insert-values method). Please let me know, if I can add this. Thanks. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this

Re: clojure.contrib.sql and duplicate inserts

2010-09-20 Thread Stephen C. Gilardi
On Sep 20, 2010, at 8:27 AM, Bart J wrote: Currently, it is not possible to insert duplicate rows using the clojure.contrib.sql module (specifically, the insert-values method). Please let me know, if I can add this. Thanks. Are you saying you want to end up with duplicate rows or that