Re: A basic Statement.getGeneratedKeys() implementation (patch attached)
От | Kris Jurka |
---|---|
Тема | Re: A basic Statement.getGeneratedKeys() implementation (patch attached) |
Дата | |
Msg-id | Pine.BSO.4.64.0905011649310.13271@leary.csoft.net обсуждение исходный текст |
Ответ на | A basic Statement.getGeneratedKeys() implementation (patch attached) (Adam B <adamb@videx.com>) |
Ответы |
Re: A basic Statement.getGeneratedKeys() implementation (patch
attached)
|
Список | pgsql-jdbc |
On Fri, 1 May 2009, Adam B wrote: > Our webapp relies heavily on JDBC's Statement.getGeneratedKeys() > abstraction. We are investigating switching from Mysql to Postgre so I > created a basic implementation of this feature in the 8.3-604 version of > the driver. The diff patch is attached. This has some pretty severe restrictions and some more that aren't mentioned (overriding getUpdateCount(), not using the V2 protocol which has nothing to do with JDBC2/3). We've implemented generated key support in CVS for the upcoming 8.4 release that is more robust, but makes some other tradeoffs (returning all columns rather that just a single key). Could you test this out in your application? CVS info here: http://jdbc.postgresql.org/development/cvs.html A thread discussing how it doesn't work for a Spring application here: http://archives.postgresql.org//pgsql-jdbc/2009-04/threads.php#00081 Kris Jurka
В списке pgsql-jdbc по дате отправления: