Re: java.jdbc delta update examples

2013-04-08 Thread Sean Corfield
If you're using 0.3.0-alpha1, I think I'd recommend using native SQL and the execute! function: (j/execute! my-db "UPDATE employee SET SALARY = SALARY + 1000 WHERE department = ?" [dept]) Sean On Mon, Apr 8, 2013 at 1:31 PM, Craig wrote: > > I am looking for example(s) of using clojure java.jdb

java.jdbc delta update examples

2013-04-08 Thread Craig
I am looking for example(s) of using clojure java.jdbc to perform delta update eg SALARY = SALARY + 1000. Links appreciated. Thanks. -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com No