[BUGS] JDBC Trouble when exception appears .

2002-03-12 Thread Nicolas Paymal
Hello,I got some pb with this configuration database pgsql 7.1 and connect with jdbc driver from 7.2 I notice something that could be a jdbc bugs :when connection is not set to autocommit (setAutocommit(false))When you catch an exception, the next requests until the next commit are totaly ing

[BUGS] CURRENT_TIMESTAMP not work correctly insinde a transaction.

2002-02-22 Thread Nicolas Paymal
s); } Thread.sleep(1000); } statement.close(); con.close(); } catch (Exception e) { System.out.println("# Problem: "+e); e.printStackTrace(); } } } -- Nicolas Paymal Developer R&D. Instranet Inc. --