Re: [ANN] clojure.java.jdbc 0.0.5 available

2011-07-20 Thread Ken Wesson
On Wed, Jul 20, 2011 at 7:15 AM, Mark Nutter wrote: >> * Add support for databases that cannot return generated keys (e.g., HSQLDB) >>  - insert operations silently return the insert counts instead of >> generated keys >>  - it is the user's responsibility to handle this if you're using >> such a

Re: [ANN] clojure.java.jdbc 0.0.5 available

2011-07-20 Thread Mark Nutter
> * Add support for databases that cannot return generated keys (e.g., HSQLDB) >  - insert operations silently return the insert counts instead of > generated keys >  - it is the user's responsibility to handle this if you're using > such a database! If I'm understanding this correctly, this means