summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/org/postgresql/ResultSet.java
AgeCommit message (Expand)Author
2002-07-23Initial restructuring to add jdbc3 support. There was a significant amountBarry Lind
2002-03-09Added a check for not calling next() before getting objects from the result set,Dave Cramer
2002-03-05Patch by Nicolas Verger to correctly propogate SQLWarning to the Statement an...Dave Cramer
2001-11-25This patch fixes a bug reported by Graham Leggett (minfrin@sharp.fm).Barry Lind
2001-11-19JDBC indenting, comment cleanups.Bruce Momjian
2001-10-25pgjindent jdbc files. First time jdbc files were formatted.Bruce Momjian
2001-10-09This patch fixes a bug introduced in the jdbc bytea support patch.Barry Lind
2001-09-10Attached is a patch to add bytea support to JDBC.Bruce Momjian
2001-02-13Some more including the patch to DatabaseMetaData backed out by Bruce.Peter Mount
2000-06-06Added org/postgresql/DriverClass.java to the list of files removed by make cl...Peter Mount
2000-04-26Attempt IIIPeter Mount