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 p

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 grou

Starting REPL in vimclojure

2009-07-08 Thread Bart J
I have setup vimclojure but am unable to start the REPL. When I give the foll. "call vimclojure#Repl.New()" in vim I get the foll. error: Couldn't execute Nail! java.lang.NoClassDefFoundError: Could not initialize class de.kotka.vimclojure.nails.Repl at java.lang.Class.forName0(Native Method) at