|
|||||||||||
|
Re: [JDBC] getXXX throws SQLException while on insert row
From: andreasfreyer <freyer(at)online.de>
Date: Mon Feb 11 2008 - 03:07:39 EST Hi Kris, maybe it is not so hard to fix because only if an updateXXX (or updateNull) has already been performed onto a certain column the getter method needs to return an other result as the current implementation of the pg-jbdc driver does. I think if you would have a list of the rows that have been recently updated a getter-method could check this list and if the column is in this list it returns the value of the insertRow .... I mean the separate area that you mentioned in an earlier post. Best regards, Andreas Freyer PS: Have Fun! :-) -- View this message in context: http://www.nabble.com/getXXX-throws-SQLException-while-on-insert-row-tp13476706p15407063.html Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com. ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqReceived on Mon Feb 11 11:28:57 2008 This archive was generated by hypermail 2.1.8 : Wed Jun 18 2008 - 23:43:50 EDT |
||||||||||
|
|||||||||||