summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/jdbc2/ResultSet.java
Commit message (Expand)AuthorAgeFilesLines
* Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind2002-07-231-1802/+0
* fix bug in getTime() with fractional seconds reported by Laurette Cisneros (l...Barry Lind2002-07-101-5/+22
* patch submitted by Jason Davies jason@netspade.com to improve ResultSetMetaDa...Barry Lind2002-06-241-2/+2
* fixed bug reported by Wolfgang Winter w.winter@logitags.com where historic ti...Barry Lind2002-06-241-8/+16
* changed some commented out messages to use the Driver.debug and fixed first t...Dave Cramer2002-06-131-5/+59
* fixed bug reported by cc.ais40@wanadoo.fr where getObject was returning an In...Barry Lind2002-06-071-1/+1
* applied patch from Liam Stewart fixing a message in the properties fileBarry Lind2002-03-271-0/+3
* patch from Alexey SlynkoDave Cramer2002-03-151-0/+2
* Added a check for not calling next() before getting objects from the result set,Dave Cramer2002-03-091-8/+7
* Patch from Ryouichi MatsudaDave Cramer2002-03-051-17/+26
* Bugfix for bug reported by Marcus Better (marcus@dactylis.com). When preformingBarry Lind2002-01-051-1/+1
* Applied patch from Thomas O'Dowd that fixes timestamp parsing. The jdbc codeBarry Lind2001-12-111-79/+75
* This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm).Barry Lind2001-11-251-1/+1
* Indent jdbc case labels using pgjindent.Bruce Momjian2001-11-191-87/+99
* JDBC indenting, comment cleanups.Bruce Momjian2001-11-191-37/+37
* Attached is a patch against the CVS repository that fixes the ResultSet absol...Barry Lind2001-11-141-8/+17
* fixed bug in ResultSet. Version 1.29 backed out two previous fixes (1.26 and...Barry Lind2001-11-121-2/+39
* fixed change in behavior introduced in bytea / getBytes changes. This patch ...Barry Lind2001-10-301-19/+31
* pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian2001-10-251-1377/+1449
* This patch fixes a bug introduced in the jdbc bytea support patch.Barry Lind2001-10-091-6/+9
* Attached is a patch which deals withBruce Momjian2001-10-041-1/+7
* Allow '1' in jdbc2 boolean test.Bruce Momjian2001-09-141-1/+1
* Didn't want that jdbc patch in there yet.Bruce Momjian2001-09-131-1/+1
* > I found a problem with PQescapeString (I think). Since it escapesBruce Momjian2001-09-131-1/+1
* Attached is a patch to add bytea support to JDBC.Bruce Momjian2001-09-101-14/+89
* Patch for jdbc2 ResultSet.java. Looks like performance improvement.Bruce Momjian2001-09-071-15/+20
* Attached is a patch to fix the current issues with building under jdbc1.Bruce Momjian2001-08-241-3/+3
* Attached is a simple one line patch for the problem reported in theBruce Momjian2001-08-221-2/+1
* Thanks for your feedback (and patience). Enclosed is my thirdBruce Momjian2001-08-171-189/+183
* JDBC encoding additions.Bruce Momjian2001-07-211-20/+6
* Got two patches that were found by folks on the Castor list, that we'd like toBruce Momjian2001-06-111-0/+3
* I just got bitten by this too. I use type timestamp in theBruce Momjian2001-05-301-4/+14
* Attached is a patch to fix the problem Thomas mentions below. The JDBCBruce Momjian2001-05-281-0/+22
* Included is a patch that fixes a bug introduced in the lastest versionBruce Momjian2001-05-171-4/+4
* Change the line:Bruce Momjian2001-05-161-1/+1
* Some more updates...Peter Mount2001-02-161-37/+53
* Some more including the patch to DatabaseMetaData backed out by Bruce.Peter Mount2001-02-131-40/+22
* Some updates prior to retrieving a fresh cvs copy:Peter Mount2001-02-071-0/+1
* Tue Jan 30 22:24:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-311-0/+9
* Attached is a revised patch that removes the static SimpleDateFormatBruce Momjian2001-01-241-24/+38
* Thu Jan 18 17:37:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-181-36/+69
* Thu Jan 18 12:24:00 GMT 2001 peter@retep.org.ukPeter Mount2001-01-181-184/+242
* Backed out:Bruce Momjian2001-01-131-45/+27
* Attached is a set of patches for a couple of bugs dealing withBruce Momjian2001-01-131-27/+45
* Attached are patches for two fixes to reduce memory usage by the JDBCBruce Momjian2000-12-281-1/+2
* the bug was not fixed in the snapshot of November 5th. Also the enterpriseBruce Momjian2000-11-101-5/+15
* Fixed minor bug in ResultSet for jdbc2 reported by Matthew Denner that absolu...Peter Mount2000-11-011-2/+3
* Some more getTimestamp() fixesPeter Mount2000-10-171-1/+17
* Major update part I involving delayed patches, reworked Makefile, and howPeter Mount2000-10-121-0/+5
* Attached are a patch to allow the charset encoding used by the JDBCBruce Momjian2000-09-121-1/+10