summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
AgeCommit message (Expand)Author
2004-01-19missed a few filesPostgreSQL Daemon
2004-01-19JDBC is now on GBorgPostgreSQL Daemon
2004-01-05Translation updatesPeter Eisentraut
2003-12-18patch for new OID74TestDave Cramer
2003-12-18fixed up OID74 test to conform with other tests, by Kris JurkaDave Cramer
2003-12-18patch by Kris Jurka to use the correct protocol based upon server informationDave 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-17added polish translation submitted by Piotr MajDave Cramer
2003-12-12add missing SQLState by Patrick HigginsDave 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-12patch to fix returning he information schema as a system object by Kris JurkaDave Cramer
2003-12-12fix casting pooled connections to PGStatement problem patch by JariPDave Cramer
2003-12-12patch to build under jdk1.1 from Richard ScrantonDave Cramer
2003-12-12binary stream patch by Kris Jurka fixes empty stream failureDave Cramer
2003-12-12metadata encoding patch from Kris JurkaDave Cramer
2003-12-11build number set to 300 to avoid conflict with 7.4 buildsDave Cramer
2003-12-11patch to deal with unique foreign keys in 7.4 from Kris JurkaDave Cramer
2003-12-11tch to make sure PSQLState is Serializable and a test case to prove itDave Cramer
2003-12-11patch to make sure PSQLState is Serializable and a test case to prove itDave Cramer
2003-12-10incremented build to 211Dave Cramer
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-14Translation updatesPeter Eisentraut
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-10-15New translationPeter Eisentraut
2003-10-09Protected access to variable m_preparedCount via synchronizedJan Wieck
2003-09-23Fix to properly handle timezone offsets that are partial hours. If the offsetBarry Lind
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-18Small jdbc patch from Kim Ho at RedHat to fix some boolean problemsBarry Lind
2003-09-18A minor fix to jdbc regression testsBarry Lind
2003-09-17Applied patch to jdbc from Kim Ho at RedHat, fixing improper handling of empt...Barry Lind
2003-09-17Applied patch for jdbc from Kim Ho at RedHat to more correctly deal with bool...Barry Lind
2003-09-17Fixed jdbc to correctly report that constraints are supportedBarry Lind
2003-09-17Applied patch from Fernando Nasser of RedHat to fix some error messagesBarry Lind
2003-09-17Applied patch from Kim Ho at redhat to improve boolean and bit handlingBarry Lind
2003-09-13More SQLState updates from Kim Ho at Redhat.Barry Lind
2003-09-09Clean up some unused import warnings in the example jdbc codeBarry Lind
2003-09-09Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on thisBarry Lind
2003-09-08Opps, can't forget the new file. This is part of the last commit to applyBarry Lind
2003-09-08This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind
2003-08-26Attempt to fix setMaxFieldSize() logic that was checked in yesterday.Barry Lind