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/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/interfaces/jdbc/CHANGELOG b/src/interfaces/jdbc/CHANGELOG
index 103c1bf6ff..b6104df13a 100644
--- a/src/interfaces/jdbc/CHANGELOG
+++ b/src/interfaces/jdbc/CHANGELOG
@@ -1,3 +1,10 @@
+Sun Apr 11 17:00:00 BST 1999
+ - getUpdateCount() now returns the actual update count (before it
+ simply returned 1 for everything).
+ - added some updates to example.basic so it would test the new update
+ count code.
+ - corrected typo in a comment in Statement.java
+
Mon Jan 25 19:45:00 GMT 1999
- created subfolders example/corba and example/corba/idl to hold the
new example showing how to hook CORBA and PostgreSQL via JDBC