summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/jdbc2/AbstractJdbc2ResultSet.java
Commit message (Expand)AuthorAgeFilesLines
* JDBC is now on GBorgPostgreSQL Daemon2004-01-191-1548/+0
* cancel row updates sets values to null by Kris JurkaDave Cramer2003-12-121-5/+10
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* patch for rs.previous and test case as well as patch for allowing server and ...Dave Cramer2003-11-031-1/+2
* Patches from Oliver Jowett to fix CursorFetchTest, 7.4 now does not automatic...Dave Cramer2003-10-291-15/+1
* Applied patch from Fernando Nasser of RedHat to fix some error messagesBarry Lind2003-09-171-4/+4
* More SQLState updates from Kim Ho at Redhat.Barry Lind2003-09-131-2/+2
* This set of changes applies a patch from KHO at redhat to add some SQLStateBarry Lind2003-09-081-3/+4
* Applied patch from Oliver Jowett to better handle invalid input for getArrayBarry Lind2003-08-111-1/+3
* Patches applied:Barry Lind2003-06-301-4/+9
* Patch to fix up LONGVARBINARY support submitted by Amit GollapudiBarry Lind2003-05-031-1/+8
* fixed problem where information from previous updates was leaking into subseq...Dave Cramer2003-03-251-2/+2
* Fixed parsing to handle \n for updateable result sets. Bug reported by Rich ...Barry Lind2003-03-141-13/+24
* Applied patch from Paul Sorenson to correctly handle schema names in updateab...Barry Lind2003-03-081-14/+59
* Cleanup and reorganization.Barry Lind2003-03-071-6/+7
* A little cleanup. Removing an unnecessary method.Barry Lind2003-02-271-20/+9
* Patch from Nic Ferrier to add support for result sets being cursor basedBarry Lind2003-02-041-10/+5
* added fix from Joel Hock to get the inserted row into the current bufferDave Cramer2003-01-231-1/+2
* case sensitive updates by Kris JurkaDave Cramer2002-12-231-4/+17
* Applied two patches from Kris Jurka.Barry Lind2002-11-041-26/+34
* Fix in updateable result sets to handle binding null values correctlyBarry Lind2002-10-171-151/+42
* Patches submitted by Kris Jurka (jurka@ejurka.com) for the following bugs:Barry Lind2002-09-111-9/+2
* Run pgjindent for Java folks.Bruce Momjian2002-09-061-1000/+1239
* patch to allow insertRow on an empty resultSetDave Cramer2002-09-011-10/+20
* Enhancements to how queries with bind values are stored internally and sent toBarry Lind2002-08-231-9/+4
* Added support for JDBC3. The driver will now build under JDBC3 (i.e. Java 1.4).Barry Lind2002-08-141-9/+6
* Third phase of restructuring to add jdbc3 support.Barry Lind2002-07-251-732/+1333
* Second phase of restructuring to add jdbc3 support.Barry Lind2002-07-241-4/+4
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-231-0/+752