[BUGS] BUG #2514: (jdbc driver) Multiple inlined statements with mixed updates and queries return wrong results

2006-07-06 Thread Gilles
The following bug has been logged online: Bug reference: 2514 Logged by: Gilles Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.7 Operating system: linux Description:(jdbc driver) Multiple inlined statements with mixed updates and queries return wrong

Re: [BUGS] BUG #2514: (jdbc driver) Multiple inlined statements with

2006-07-06 Thread Kris Jurka
On Wed, 5 Jul 2006, Gilles wrote: Bug reference: 2514 Description:(jdbc driver) Multiple inlined statements with mixed updates and queries return wrong results Details: When issuing this: statement.execute(SELECT 2;UPDATE foo SET d='babar' where i=1; SELECT 3); The 2 result