]> granicus.if.org Git - postgresql/commit
Two versions of QueryExecutor, currently only version 2 works 100%
authorDave Cramer <davec@fastcrypt.com>
Thu, 21 Mar 2002 03:20:30 +0000 (03:20 +0000)
committerDave Cramer <davec@fastcrypt.com>
Thu, 21 Mar 2002 03:20:30 +0000 (03:20 +0000)
commit78d40a2a2f415071e82a6be9667ba96d398856ab
treea6699fb4288dcea3f2dc08ca68704bad5ad0c8e7
parent54cc549d8f2505fa4a3bd0aae382247497a4c613
Two versions of QueryExecutor, currently only version 2 works 100%
these versions adhere to the backend protocol better than previous version
fixes problem when an error occurs on the backend, and the connection is still used
previous versions were throwing an exception half way through the protocol, leaving it
indeterminate.
also removes empty query code, should speed things up a bit
src/interfaces/jdbc/org/postgresql/core/QueryExecutor.java
src/interfaces/jdbc/org/postgresql/core/QueryExecutor2.java [new file with mode: 0644]