Commit Graph

237 Commits (73eb2dfe77f5b08197a2d27557d72fcd229e2100)

Author SHA1 Message Date
Barry Lind 8d600a7d1f Second phase of restructuring to add jdbc3 support. 24 years ago
Barry Lind 1e3187366c Initial restructuring to add jdbc3 support. There was a significant amount 24 years ago
Barry Lind cdebcad6af fixed bug in support for timestamp without time zone reported by Yuva Chandolu (ychandolu@ebates.com) 24 years ago
Dave Cramer 791a40f943 Changed getCrossReference to return information about each composite key seperately 24 years ago
Barry Lind d676e29d41 fix bug in getTime() with fractional seconds reported by Laurette Cisneros (laurette@nextbus.com) 24 years ago
Barry Lind f170e61d9b fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object handle was being used after the end of the transaction and thus resulting in an error. 24 years ago
Barry Lind ca4ca0b098 general cleanup of jdbc code 24 years ago
Barry Lind e37cce05b7 translation patch submitted by Zhenbang Wei forth@mail.net.tw 24 years ago
Barry Lind 895a45ae3d patch submitted by Jason Davies jason@netspade.com to provide proper java class name for a byte[] 24 years ago
Dave Cramer 393b085a72 fixed retrieval of foreign/primary keys in imported/exported keys 24 years ago
Barry Lind 12a28d12bb patch to add support for callable statements to the jdbc driver. The patch was submitted by Paul Bethe pmbethe@yahoo.com 24 years ago
Barry Lind 33086553c0 patch to update zh_TW message file for jdbc submitted by Zhenband Wei (forth@mail.net.tw) 24 years ago
Barry Lind 99aa2f8ef9 patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaData.getColumnClassName() support 24 years ago
Barry Lind c50bf0190f fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic timestamps which do not have timezone info were being interpreted in local timezone instead of GMT. Also added a check to support timestamp vs. timestamptz in this code 24 years ago
Bruce Momjian c2c2fd57ee Improve COPY syntax to use WITH clause, keep backward compatibility. 24 years ago
Dave Cramer 0daee96ed1 implemented refresh row 24 years ago
Dave Cramer fd8b153912 added empty result set testing 24 years ago
Dave Cramer 6e2fab0a41 added empty result set testing 24 years ago
Dave Cramer b1ac89f594 removed personal test parameters 24 years ago
Dave Cramer 5598cbf641 Added test for newly implemented updateable result sets 24 years ago
Dave Cramer 603c46d8ce changes to accomodate updateable resultset mostly just call setSqlQuery on execute 24 years ago
Dave Cramer 7873bed77c Implemented updateable result sets based on raghu nidagal implementation 24 years ago
Dave Cramer ad88ee1e04 changed some commented out messages to use the Driver.debug and fixed first to read the underlying data into rowbuffer 24 years ago
Dave Cramer 3f857600b2 added messages for updateable result sets 24 years ago
Barry Lind b465f5307f The patch does the following: 24 years ago
Barry Lind 936ff27696 fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an Integer for a smallint datatype instead of a Short 24 years ago
Dave Cramer 106dda2915 change table name to lower case in getColumns 24 years ago
Dave Cramer 520695701c fixed getImported/ExportedKeys to be simpler, and return the correct number of keys 24 years ago
Barry Lind b48b4ab48e fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handled Timestamps incorrectly 24 years ago
Dave Cramer 3dd13ffd95 small fix to testExportedKeys 24 years ago
Dave Cramer 1ffd044af7 added imported/exported key testDatabaseMetaDataTest.java 24 years ago
Tom Lane f0811a74b3 Merge the last few variable.c configuration variables into the generic 24 years ago
Barry Lind e25c93c7eb fixed problem connecting to server with client_min_messages set to debug. The code was not expecting to receive notice messages during the connection handshake. 24 years ago
Bruce Momjian 80e232f2b8 Update jdbc errors_zh_TW.properties. 24 years ago
Dave Cramer 4da51bfd6d Added some rudimentary table and column tests 24 years ago
Dave Cramer 710a711ac3 fixed getColumns as per Panu Outinen's email. At this point have only repaired the bug, haven't made it caseInsensitive 24 years ago
Barry Lind 8860110a74 Removed error message that was incorectly being issued. This fixes a problem reported a few months ago where a select in a rule was causing an insert statement to return a result set which the code was explicitly prohibiting. 24 years ago
Barry Lind 2442e79e32 applied patch from Liam Stewart fixing a message in the properties file 24 years ago
Barry Lind da631e931f applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal support 24 years ago
Barry Lind ef7d791074 Changed QueryExecutor.java to correctly read responses from the backend. 24 years ago
Dave Cramer 78d40a2a2f Two versions of QueryExecutor, currently only version 2 works 100% 24 years ago
Dave Cramer 54cc549d8f modifications to the way the protocol is handled to be consistent with 24 years ago
Dave Cramer 00923229c2 Part of Anders Bengtsson's patch to clean up Connection.java 24 years ago
Dave Cramer d96c29ab30 Applied Anders patch to move the startup code out of Connection into StartupPacket 24 years ago
Bruce Momjian eb1fb8650f >Added ServerEncoding 24 years ago
Dave Cramer 202a19e47b Fixes bug where query hangs if there is an error in the query, went back to 24 years ago
Dave Cramer 134fe5ec61 fixed QueryExecuter to deal with multiple errors 24 years ago
Dave Cramer a2b5512929 patch from Alexey Slynko 24 years ago
Dave Cramer ee2154829e Added a check for not calling next() before getting objects from the result set, 24 years ago
Dave Cramer 1eb31d197d Here is a small patch that cleans up some error reporting in the JDBC driver. PSQLExceptions are thrown instead of SQLExceptions and if a warning is received while waiting for the backend secret key, that warning is chained to the new Connection object instead of generating an exception. A couple new error messages have been added. 24 years ago