aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
Commit message (Collapse)AuthorAge
* missed a few filesPostgreSQL Daemon2004-01-19
|
* JDBC is now on GBorgPostgreSQL Daemon2004-01-19
|
* Translation updatesPeter Eisentraut2004-01-05
|
* patch for new OID74TestDave Cramer2003-12-18
|
* fixed up OID74 test to conform with other tests, by Kris JurkaDave Cramer2003-12-18
|
* patch by Kris Jurka to use the correct protocol based upon server informationDave Cramer2003-12-18
|
* revoked patch from Kris Jurka to fix multiarguments, and changed test to createDave Cramer2003-12-17
| | | | a temp table
* patch from Kris Jurka to fix large object 7.1 compatible protocol issuesDave Cramer2003-12-17
| | | | modified test case from Alexey Yudichev to be part of the testsuite
* added polish translation submitted by Piotr MajDave Cramer2003-12-17
|
* add missing SQLState by Patrick HigginsDave Cramer2003-12-12
|
* cancel row updates sets values to null by Kris JurkaDave Cramer2003-12-12
|
* patch to indicate why test cases failed from Oliver JowettDave Cramer2003-12-12
|
* patch to fix returning he information schema as a system object by Kris JurkaDave Cramer2003-12-12
|
* fix casting pooled connections to PGStatement problem patch by JariPDave Cramer2003-12-12
|
* patch to build under jdk1.1 from Richard ScrantonDave Cramer2003-12-12
|
* binary stream patch by Kris Jurka fixes empty stream failureDave Cramer2003-12-12
|
* metadata encoding patch from Kris JurkaDave Cramer2003-12-12
|
* build number set to 300 to avoid conflict with 7.4 buildsDave Cramer2003-12-11
| | | | threadsafe patch from Karl von Randow applied
* patch to deal with unique foreign keys in 7.4 from Kris JurkaDave Cramer2003-12-11
|
* tch to make sure PSQLState is Serializable and a test case to prove itDave Cramer2003-12-11
|
* patch to make sure PSQLState is Serializable and a test case to prove itDave Cramer2003-12-11
|
* incremented build to 211Dave Cramer2003-12-10
|
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-29
|
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
|
* Translation updatesPeter Eisentraut2003-11-14
|
* Added missing methodsDave Cramer2003-11-05
|
* patch for rs.previous and test case as well as patch for allowing server and ↵Dave Cramer2003-11-03
| | | | port to be specified in test cases
* accept url and fk action fix from Kris JurkaDave Cramer2003-11-03
|
* use the result set to set the fetchsizeDave Cramer2003-10-30
|
* Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not ↵Dave Cramer2003-10-29
| | | | automatically delete cursors
* New translationPeter Eisentraut2003-10-15
|
* Protected access to variable m_preparedCount via synchronizedJan Wieck2003-10-09
| | | | | | | function to prevent multiple threads using automatic cursors on the same connection from stomping over each others cursor. Jan
* Fix to properly handle timezone offsets that are partial hours. If the offsetBarry Lind2003-09-23
| | | | | | | | was a partial hour and less than gmt (i.e. -02:30) the code would corrupt the minutes part. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
* A fix for jdbc regression test submitted yesterday by Kim Ho at RedhatBarry Lind2003-09-23
| | | | | Modified Files: ResultSetTest.java
* Additional jdbc regression tests submitted by Oliver Jowett. Some tests areBarry Lind2003-09-22
| | | | | | | | | | currently commented out, pending fixes for the bugs these tests uncovered. Modified Files: jdbc/org/postgresql/test/jdbc2/Jdbc2TestSuite.java jdbc/org/postgresql/test/jdbc2/ServerPreparedStmtTest.java Added Files: jdbc/org/postgresql/test/jdbc2/CursorFetchTest.java
* Applied jdbc patch from Kim Ho at RedHat to improve boolean support, as wellBarry Lind2003-09-22
| | | | | | | | | | | as some additional regression tests for this an other recent changes. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java jdbc/org/postgresql/test/jdbc2/DateTest.java jdbc/org/postgresql/test/jdbc2/ResultSetTest.java jdbc/org/postgresql/test/jdbc2/TimeTest.java jdbc/org/postgresql/test/jdbc2/TimestampTest.java
* Applied patch from Oliver Jowett to clean up some instances where the wrongBarry Lind2003-09-18
| | | | | | | | type was being reported for PREPAREs. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/test/jdbc2/ServerPreparedStmtTest.java
* Small jdbc patch from Kim Ho at RedHat to fix some boolean problemsBarry Lind2003-09-18
| | | | | Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
* A minor fix to jdbc regression testsBarry Lind2003-09-18
| | | | | Modified Files: jdbc/org/postgresql/test/jdbc2/DatabaseMetaDataPropertiesTest.java
* Applied patch to jdbc from Kim Ho at RedHat, fixing improper handling of ↵Barry Lind2003-09-17
| | | | | | | empty queries under the V3 protocol Modified Files: jdbc/org/postgresql/core/QueryExecutor.java
* Applied patch for jdbc from Kim Ho at RedHat to more correctly deal with ↵Barry Lind2003-09-17
| | | | | | | boolean values Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java
* Fixed jdbc to correctly report that constraints are supportedBarry Lind2003-09-17
| | | | | Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java
* Applied patch from Fernando Nasser of RedHat to fix some error messagesBarry Lind2003-09-17
| | | | | | | | that would not get correctly looked up in the translation files for jdbc Modified Files: jdbc/org/postgresql/errors.properties jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
* Applied patch from Kim Ho at redhat to improve boolean and bit handlingBarry Lind2003-09-17
| | | | | | | | in the jdbc driver Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc3/AbstractJdbc3Statement.java
* More SQLState updates from Kim Ho at Redhat.Barry Lind2003-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | Also a patch from Kris Jurka to correctly report SQLState support. Modified Files: jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/core/QueryExecutor.java jdbc/org/postgresql/fastpath/Fastpath.java jdbc/org/postgresql/geometric/PGbox.java jdbc/org/postgresql/geometric/PGcircle.java jdbc/org/postgresql/geometric/PGline.java jdbc/org/postgresql/geometric/PGlseg.java jdbc/org/postgresql/geometric/PGpath.java jdbc/org/postgresql/geometric/PGpoint.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSetMetaData.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSetMetaData.java jdbc/org/postgresql/jdbc2/Array.java jdbc/org/postgresql/jdbc3/AbstractJdbc3DatabaseMetaData.java jdbc/org/postgresql/util/PGmoney.java jdbc/org/postgresql/util/PSQLState.java
* Clean up some unused import warnings in the example jdbc codeBarry Lind2003-09-09
|
* Additional SQLState work for JDBC - thanks to Kim Ho at Redhat for input on thisBarry Lind2003-09-09
| | | | | | | | | | | Modified Files: jdbc/build.xml jdbc/org/postgresql/core/QueryExecutor.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1DatabaseMetaData.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java jdbc/org/postgresql/util/PSQLState.java
* Opps, can't forget the new file. This is part of the last commit to applyBarry Lind2003-09-08
| | | | | | | the redhat patch for SQLState support. Added Files: PSQLState.java
* This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind2003-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | support to the jdbc driver. That patch needed some work: it assumed the sqlcode in a server message was fixed in its position, the patch lost the ability to pass exceptions, and the patch missed a couple of places where server errors where being received. In addition to fixing the above, I also added full support for the V3 protocol error message syntax, I reversed the order of arguments in the PSQLException constructor to more closely follow the constructors for SQLException, I changed the new constructors that take PSQLState to take Object for additional parameters as the old ones did. Still todo are to add SQLState values to all existing exceptions thrown in the driver and add support for parsing the V3 protocol format for notices. Modified Files: jdbc/build.xml jdbc/org/postgresql/Driver.java.in jdbc/org/postgresql/errors.properties jdbc/org/postgresql/core/Encoding.java jdbc/org/postgresql/core/PGStream.java jdbc/org/postgresql/core/QueryExecutor.java jdbc/org/postgresql/fastpath/Fastpath.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Connection.java jdbc/org/postgresql/jdbc1/AbstractJdbc1ResultSet.java jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java jdbc/org/postgresql/jdbc2/AbstractJdbc2Statement.java jdbc/org/postgresql/util/MessageTranslator.java jdbc/org/postgresql/util/PSQLException.java
* Attempt to fix setMaxFieldSize() logic that was checked in yesterday.Barry Lind2003-08-26
| | | | | | | | | | I think this should fix the problem, but since I don't have a reproducable test case, I can't be sure. This problem is reported by Kim Ho of redhat, who will test this fix. This also includes a test case for the original functionality. Modified Files: jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java jdbc/org/postgresql/test/jdbc2/ResultSetTest.java