summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/test
AgeCommit message (Expand)Author
2004-01-19JDBC is now on GBorgPostgreSQL Daemon
2003-12-18patch for new OID74TestDave Cramer
2003-12-18fixed up OID74 test to conform with other tests, by Kris JurkaDave Cramer
2003-12-17revoked patch from Kris Jurka to fix multiarguments, and changed test to createDave Cramer
2003-12-17patch from Kris Jurka to fix large object 7.1 compatible protocol issuesDave Cramer
2003-12-12cancel row updates sets values to null by Kris JurkaDave Cramer
2003-12-12patch to indicate why test cases failed from Oliver JowettDave Cramer
2003-12-12fix casting pooled connections to PGStatement problem patch by JariPDave Cramer
2003-12-11patch to deal with unique foreign keys in 7.4 from Kris JurkaDave Cramer
2003-12-11patch to make sure PSQLState is Serializable and a test case to prove itDave Cramer
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-05Added missing methodsDave Cramer
2003-11-03patch for rs.previous and test case as well as patch for allowing server and ...Dave Cramer
2003-11-03accept url and fk action fix from Kris JurkaDave Cramer
2003-10-30use the result set to set the fetchsizeDave Cramer
2003-10-29Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatic...Dave Cramer
2003-09-23A fix for jdbc regression test submitted yesterday by Kim Ho at RedhatBarry Lind
2003-09-22Additional jdbc regression tests submitted by Oliver Jowett. Some tests areBarry Lind
2003-09-22Applied jdbc patch from Kim Ho at RedHat to improve boolean support, as wellBarry Lind
2003-09-18Applied patch from Oliver Jowett to clean up some instances where the wrongBarry Lind
2003-09-18A minor fix to jdbc regression testsBarry Lind
2003-09-09Clean up some unused import warnings in the example jdbc codeBarry Lind
2003-08-26Attempt to fix setMaxFieldSize() logic that was checked in yesterday.Barry Lind
2003-08-24Applied patches from Oliver Jowett to fix the following bugs:Barry Lind
2003-08-15Updated the blob regression test to actually use the getBlob/getClob methodsBarry Lind
2003-08-11Applied patch from Oliver Jowett to clean up the jdbc regression test buildBarry Lind
2003-08-11Applied patch from Oliver Jewett to clean up the testing README fileBarry Lind
2003-05-29clean up warnings produced by EclipseBarry Lind
2003-05-29Initial attempt to integrate in V3 protocol support. This is still a work inBarry Lind
2003-05-03Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind
2003-03-24Fix bug in reading acls (didn't treat null acl as meaning the table owner hadBarry Lind
2003-03-07Cleanup and reorganization.Barry Lind
2003-01-14Patch from Florian Wunderlich to correctly support java Timestamps. PreviouslyBarry Lind
2003-01-14Patch from Aaron Mulder to have pooled connections implement PGConnectionBarry Lind
2003-01-14Patch from Kris Jurka to improve the performance of getImportedKeys().Barry Lind
2002-12-20mike beachy's patch for statement handlingDave Cramer
2002-12-11Aaron's patch for Pooled ConnectionsDave Cramer
2002-11-20Fixed bug reported by Marko Strukelj and Keith Wannamaker. Using executeBatchBarry Lind
2002-11-11Fixes bug where join to pg_description was incorrect. Also modifies theBarry Lind
2002-10-17Fixed support in jdbc for 7.3 server autocommit. With these changes theBarry Lind
2002-10-01test files added by Kris JurkaDave Cramer
2002-10-01Fixed test suite to call PoolingDataSourceTest which was missedBarry Lind
2002-10-01schema awareness patch provided by Kris JurkaDave Cramer
2002-09-25Applied patch from Aaron Mulder (ammulder@alumni.princeton.edu) that fixesBarry Lind
2002-09-14Added regression test for using server side prepared statements in jdbcBarry Lind
2002-09-11Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind
2002-09-06Run pgjindent for Java folks.Bruce Momjian
2002-09-01testing for insertRowDave Cramer
2002-08-23Enhancements to how queries with bind values are stored internally and sent toBarry Lind
2002-08-14Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind