aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc
Commit message (Expand)AuthorAge
* Change \' to '', for SQL standards compliance. Backpatch to 7.3, 7.4,Bruce Momjian2006-05-21
* In Blob.getBytes(long position, int length) position is an offsetKris Jurka2005-05-08
* Release build 216.Kris Jurka2005-04-22
* Updatable ResultSets need to check for an empty ResultSet becauseKris Jurka2005-04-22
* When moveToCurrentRow is called and the current row is off theKris Jurka2005-04-22
* When positioned before the start of a ResultSet issuing relative(0)Kris Jurka2005-04-18
* Fix mapping infinite timestamp values to arbitrary dates.Kris Jurka2005-01-13
* Correctly cast the return value of a CallableStatement when getShortKris Jurka2004-10-21
* Protected access to variable m_preparedCount via synchronizedKris Jurka2004-09-13
* ResultSet.moveToCurrentRow was checking the cached updateability flagKris Jurka2004-09-13
* New build for the 7.4.4 release.Kris Jurka2004-08-13
* Decode V3 notice messages instead of leaving them in raw form.Kris Jurka2004-08-11
* DatabaseMetaData.getSearchString escape was a \ short of workingKris Jurka2004-08-11
* When retrieving an array of numerics it attempted to set the scale onKris Jurka2004-07-15
* Fix apparently harmless typo. {$srcdir} -> ${srcdir}Kris Jurka2004-06-24
* Close the existing socket connection when reverting to the V2Kris Jurka2004-06-22
* Fix some problems with result sets positioned before the start orKris Jurka2004-06-21
* Fix updatable ResultSets stream methods (ascii, character, binary).Kris Jurka2004-06-21
* Foreign key information results should have column name FKTABLE_CATKris Jurka2004-06-18
* Don't throw an Exception in locatorsUpdateCopy() even though theKris Jurka2004-06-16
* Bump the build number to relase a new version.Kris Jurka2004-06-16
* When deleteRow() is called on an updateable ResultSet the ResultSetKris Jurka2004-06-16
* Fix DatabaseMetaData results for determining foreign keyKris Jurka2004-06-16
* Fix setting timestamp values with very early year values, like 2, byKris Jurka2004-05-17
* Allow public access to radius field to match other geometric typesKris Jurka2004-05-07
* Update the build.xml file to support building with the new 1.5 jdkKris Jurka2004-04-26
* Allow updateable ResultSets to support types that aren't directlyKris Jurka2004-04-24
* Fix for bug with the jdbc driver not properly working with binary cursors andBarry Lind2004-03-29
* Update build number in anticipation of 7.4.2 release. With noKris Jurka2004-03-04
* Closing a Connection or Statement object twice should be a no-opKris Jurka2004-02-24
* Don't try to turn the random bytes from a md5 salt into a StringKris Jurka2004-02-10
* V3 NotificationResonse messages were trying to be received as V2Kris Jurka2004-02-03
* ConnectionPool and SimpleDataSource are marked Serializable, but theirKris Jurka2004-02-03
* ResultSet.next() and previous() incremented or decremented theKris Jurka2004-02-03
* Fix the setXXXStream methods. If passed a null InputStream, convertKris Jurka2004-02-03
* Newer versions of the 1.4.2 jdk give warnings about having return in aKris Jurka2004-02-03
* Translation updatesPeter Eisentraut2004-01-07
* Translation updatesPeter Eisentraut2004-01-05
* patch for new OID74TestDave Cramer2003-12-18
* backpatch for OID74Test to conform with jdbc testsDave Cramer2003-12-18
* backpatch for rs.previous from Kris Jurka, reported by Andrew FyfeDave Cramer2003-12-18
* patch for building for an alternate portDave Cramer2003-12-18
* back patch by Kris Jurka to get the correct protocol version from the serverDave Cramer2003-12-18
* back patching fix for compat 7.1 binary stream issues with the new protocolDave Cramer2003-12-17
* patch for returning database metadata as system objects from Kris JurkaDave Cramer2003-12-13
* 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
* 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