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" wrote: > On Sep 20, 2010, at 8:27 AM, Bart J wrote: > > > Currently, it is not possible to insert duplicate rows > > u

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