summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug with Warnings. Warnings are not added to the Statement instead ofBarry Lind2003-05-073-4/+81
* Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind2003-05-0318-11/+340
* Applied patches from Kris Jurka fixing a string tokenizing problem andBarry Lind2003-04-172-45/+39
* exposed the addDataType method to the PGConnection, allows users to add datat...Dave Cramer2003-04-141-1/+23
* Applied patch submitted by Nic Ferrier with some cleanups of his previousBarry Lind2003-04-132-110/+84
* patch to notify listeners on error from Csaba NagyDave Cramer2003-03-251-17/+32
* added DISTINCT to the query to get cross reference. This is required when two...Dave Cramer2003-03-251-2/+2
* fixed problem where information from previous updates was leaking into subseq...Dave Cramer2003-03-251-2/+2
* New build numberBarry Lind2003-03-241-2/+2
* Fix bug in reading acls (didn't treat null acl as meaning the table owner hadBarry Lind2003-03-242-6/+16
* Applied patch to work around server bug.Barry Lind2003-03-191-2/+6
* Applied updated translation patchBarry Lind2003-03-181-2/+5
* Fixed parsing to handle \n for updateable result sets. Bug reported by Rich ...Barry Lind2003-03-141-13/+24
* Improved error message and added some log messages in batch update functionalityBarry Lind2003-03-143-4/+15
* Applied patch from Paul Sorenson to correctly handle schema names in updateab...Barry Lind2003-03-084-33/+111
* Cleanup and reorganization.Barry Lind2003-03-0772-1519/+1122
* up build number to 202 for a new development buildBarry Lind2003-02-271-1/+1
* A little cleanup. Removing an unnecessary method.Barry Lind2003-02-271-20/+9
* Added support for SSL in the jdbc driverBarry Lind2003-02-276-40/+159
* Applied patch to update translation file, submitted by Zhenbang WeiBarry Lind2003-02-121-70/+72
* Patch to messages file from Holger Klawitter to add a missing message.Barry Lind2003-02-123-8/+10
* upped build# to 201Barry Lind2003-02-091-1/+1
* Better error message on character set mismatches during conversion to unicode.Barry Lind2003-02-093-33/+43
* applied Kris Jurka's patch for numericDave Cramer2003-02-071-1/+1
* patch from Oliver Jowett to implement some of the jdbc3 methodsDave Cramer2003-02-051-1/+51
* Applied Kris Jurkas patch to fix rollback and SQLExceptionDave Cramer2003-02-041-4/+6
* applied patch from Oliver JowettDave Cramer2003-02-041-5/+5
* Two patches from Kris Jurka. One fixes a problem with incorrect type for doubleBarry Lind2003-02-041-4/+7
* Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind2003-02-0426-231/+428
* added fix from Joel Hock to get the inserted row into the current bufferDave Cramer2003-01-231-1/+2
* Bumped up build number to 200Barry Lind2003-01-141-1/+1
* Patch from Florian Wunderlich to correctly support java Timestamps. PreviouslyBarry Lind2003-01-142-35/+83
* Patch from Aaron Mulder to have pooled connections implement PGConnectionBarry Lind2003-01-142-4/+24
* Patch from Kris Jurka to improve the performance of getImportedKeys().Barry Lind2003-01-142-117/+56
* case sensitive updates by Kris JurkaDave Cramer2002-12-231-4/+17
* mike beachy's patch for statement handlingDave Cramer2002-12-202-4/+82
* patch for null table in getPrimaryKeysDave Cramer2002-12-201-3/+5
* patch for getTables to fix problems with backends before 7.3 by Kris JurkaDave Cramer2002-12-111-11/+25
* Mike Beachy's build patch to allow ant builds without makeDave Cramer2002-12-113-17/+40
* Aaron's patch for Pooled ConnectionsDave Cramer2002-12-112-6/+168
* changed sort of column names to sort by attnum, not attnameDave Cramer2002-12-051-1/+1
* Fix a dumb cut and paste error from my last commit and update some of theBarry Lind2002-11-202-13/+13
* Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind2002-11-203-9/+49
* Applied patch submitted by Mats Lofkvist fixing serious threading problem int...Barry Lind2002-11-145-17/+109
* Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind2002-11-112-4/+11
* Applied two patches from Kris Jurka.Barry Lind2002-11-042-59/+61
* Return something meaningful for Statement.getFetchSize(). Previously we wereBarry Lind2002-10-301-3/+2
* Patch submitted by Kris Jurka to fix arrayindexoutofbounds exception causedBarry Lind2002-10-251-8/+13
* Applied patch from Teofilis Martisius to improve performance.Barry Lind2002-10-206-150/+55
* Applied patch submitted by Mike Beachy to give a better error message ifBarry Lind2002-10-205-757/+9