summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
AgeCommit message (Expand)Author
2002-07-26Fouth (and final) phase of restructuring to add jdbc3 support.Barry Lind
2002-07-25Third phase of restructuring to add jdbc3 support.Barry Lind
2002-07-24Second phase of restructuring to add jdbc3 support.Barry Lind
2002-07-23Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind
2002-07-16fixed bug in support for timestamp without time zone reported by Yuva Chandol...Barry Lind
2002-07-12Changed getCrossReference to return information about each composite key sepe...Dave Cramer
2002-07-10fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind
2002-07-05fixed bug reported by Michael, Dietrich (mdt@emdete.de) where a large object ...Barry Lind
2002-06-27fixed build.xml to echo correct jdbc version under ant1.6Barry Lind
2002-06-27general cleanup of jdbc codeBarry Lind
2002-06-26translation patch submitted by Zhenbang Wei forth@mail.net.twBarry Lind
2002-06-26patch submitted by Jason Davies jason@netspade.com to provide proper java cla...Barry Lind
2002-06-25fixed retrieval of foreign/primary keys in imported/exported keysDave Cramer
2002-06-24patch to add support for callable statements to the jdbc driver. The patch w...Barry Lind
2002-06-24patch to update zh_TW message file for jdbc submitted by Zhenband Wei (forth@...Barry Lind
2002-06-24patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaDa...Barry Lind
2002-06-24fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic ti...Barry Lind
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-16implemented refresh rowDave Cramer
2002-06-14added empty result set testingDave Cramer
2002-06-14added empty result set testingDave Cramer
2002-06-13removed personal test parametersDave Cramer
2002-06-13Added test for newly implemented updateable result setsDave Cramer
2002-06-13changes to accomodate updateable resultset mostly just call setSqlQuery on ex...Dave Cramer
2002-06-13Implemented updateable result sets based on raghu nidagal implementationDave Cramer
2002-06-13changed some commented out messages to use the Driver.debug and fixed first t...Dave Cramer
2002-06-13added messages for updateable result setsDave Cramer
2002-06-11The patch does the following:Barry Lind
2002-06-07fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an In...Barry Lind
2002-06-06change table name to lower case in getColumnsDave Cramer
2002-06-05fixed getImported/ExportedKeys to be simpler, and return the correct number o...Dave Cramer
2002-06-03fixed bug reported by Noel Rappin (nrappin@sockeye.com) java Array type handl...Barry Lind
2002-05-30small fix to testExportedKeysDave Cramer
2002-05-30added imported/exported key testDatabaseMetaDataTest.javaDave Cramer
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-05-14fixed problem connecting to server with client_min_messages set to debug. Th...Barry Lind
2002-04-24Update jdbc errors_zh_TW.properties.Bruce Momjian
2002-04-18Ant 1.4.1 now requires for jdbc. Mention in HISTORY release notes.Bruce Momjian
2002-04-16Added some rudimentary table and column testsDave Cramer
2002-04-16fixed getColumns as per Panu Outinen's email. At this point have only repaire...Dave Cramer
2002-04-02Removed error message that was incorectly being issued. This fixes a problem...Barry Lind
2002-03-27applied patch from Liam Stewart fixing a message in the properties fileBarry Lind
2002-03-26applied patch submitted by Florian (mailing-list@urbanet.ch) for BigDecimal s...Barry Lind
2002-03-26Changed QueryExecutor.java to correctly read responses from the backend.Barry Lind
2002-03-21Two versions of QueryExecutor, currently only version 2 works 100%Dave Cramer
2002-03-21modifications to the way the protocol is handled to be consistent withDave Cramer
2002-03-21Part of Anders Bengtsson's patch to clean up Connection.javaDave Cramer
2002-03-21Applied Anders patch to move the startup code out of Connection into StartupP...Dave Cramer
2002-03-19>Added ServerEncodingBruce Momjian
2002-03-19applied patch from Liam StewartDave Cramer