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