summaryrefslogtreecommitdiff
path: root/src/interfaces/jdbc/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/jdbc/CHANGELOG')
-rw-r--r--src/interfaces/jdbc/CHANGELOG20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/interfaces/jdbc/CHANGELOG b/src/interfaces/jdbc/CHANGELOG
index 33305008df..910eab30d1 100644
--- a/src/interfaces/jdbc/CHANGELOG
+++ b/src/interfaces/jdbc/CHANGELOG
@@ -1,3 +1,23 @@
+Web Apr 12 22:14:00 BST 2000 peter@retep.org.uk
+ - Implemented the JDBC2 Blob interface, and ResultSet.getBlob().
+
+Wed Apr 12 20:20:00 BST 2000 peter@retep.org.uk
+ - Fixed bug in ResultSet.absolute(). Negative rows are now supported.
+ - Implemented ResultSet.relative(), afterLast().
+
+Tue Feb 1 21:40:00 GMT 2000 peter@retep.org.uk
+ - Finally imported the contributed javax extensions by Assaf Arkin
+ arkin@exoffice.com
+
+Mon Jan 24 21:00:00 GMT 2000 peter@retep.org.uk
+ - Finally introduced the 7.0 additions to the core CVS repository.
+ - All source files are now under the org.postgresql package (previously
+ they were under postgresql). The package lines now changed
+ accordingly.
+ - The Makefile was rewritten so it should now work on machines that
+ can't handle the $( ) syntax.
+ - Dutch translation by Arnout Kuiper (ajkuiper@wxs.nl)
+
Mon Sep 13 23:56:00 BST 1999 peter@retep.org.uk
- PG_Stream.SendChar() optimised, increased default buffer size of
output stream to 8k, and introduced an 8k buffer on the input stream