Re: Synthesize support for Statement.getGeneratedKeys()?
От
Vit Timchishin
Тема
Re: Synthesize support for Statement.getGeneratedKeys()?
Дата
Msg-id
45D4311A.6050308@gtech-ua.com
Ответ на
Re: Synthesize support for Statement.getGeneratedKeys()? (Ken Johanson)
Список
Дерево обсуждения
Re: Synthesize support for Statement.getGeneratedKeys()? "Albe Laurenz" <all@adv.magwien.gv.at>
Ken Johanson wrote: > Kris Jurka wrote: >> >> >> On Tue, 13 Feb 2007, Ken Johanson wrote: >> >>> I have not tested this exhaustively, nor given though about the >>> correctness of the null-normalization below; is this enough for you >>> or someone to commit the changes? >>> >> >> No, you've provided the sketch of a solution, but it's not >> appropriate for the driver until you've resolved things like quoting >> column names, putting in a version check for a server that supports >> RETURNING, and added some test cases. Some or all of this can be >> done by the committer, but the more work the committer must do the >> less likely it's going to happen. >> >> Kris Jurka >> > > This patch adds server version checking and only basic quoting to > AbstractJdbc3Statement. No test cases. > > It only checks for server version 8 or newer as I couldn't easily find > the threshold for the RETURNING support. 8.1.5 does not have it. I suppose it is 8.2 feature. You can check by looking into 8.1 and 8.2 documentation, and, I suppose, "what's new" for 8.2
В списке pgsql-jdbc по дате отправления