summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
AgeCommit message (Expand)Author
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
2002-03-18Fixes bug where query hangs if there is an error in the query, went back toDave Cramer
2002-03-16fixed QueryExecuter to deal with multiple errorsDave Cramer
2002-03-15patch from Alexey SlynkoDave Cramer
2002-03-09Added a check for not calling next() before getting objects from the result set,Dave Cramer
2002-03-09Here is a small patch that cleans up some error reporting in the JDBC driver....Dave Cramer
2002-03-06 changed Cancel to cancelDave Cramer
2002-03-05backed out changes for cancel, no need to look for two 'Z' responsesDave Cramer
2002-03-05Patch by Nicolas Verger to correctly propogate SQLWarning to the Statement an...Dave Cramer
2002-03-05fixed cancel query bug introduced by patchDave Cramer
2002-03-05At this moment, --enable-debug adds debugging information to most of theBruce Momjian
2002-03-05Doug Fields patch to prevent exception being thrown on zero length arraysDave Cramer
2002-03-05patch from Zhenbang WeiDave Cramer