9 Dec
2007
9 Dec
'07
2:07 p.m.
On 09-12-2007 15:06:05 +0100, Niels Nes wrote:
On Sun, Dec 09, 2007 at 02:55:13PM +0100, Fabian Groffen wrote:
On 09-12-2007 13:14:22 +0000, Niels Nes wrote:
Update of /cvsroot/monetdb/sql/src/backends/monet4 In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv1301/src/backends/monet4
Modified Files: sql_result.mx Log Message: output the last_id (the last inserted value in a auto_increment column)
Shouldn't we upgrade the protocol version for this? If I "fix" JDBC to use it now, it will crash on a server not sending this extra value...
Sounds like a good idea. Lets up the protocol, its slightly changed, the &2 now gets 2 values, ie a rowcount and a last_id.
Any other things that we might want to push into the protocol with this bump?