diff options
| author | Peter Mount <peter@retep.org.uk> | 1999-09-15 20:40:02 +0000 |
|---|---|---|
| committer | Peter Mount <peter@retep.org.uk> | 1999-09-15 20:40:02 +0000 |
| commit | cd68ecfef628022de360b1839fcad0f13239b2cd (patch) | |
| tree | 38446d2851c6c00a26f57549a04006f8eaa6830b /src/interfaces/jdbc/CHANGELOG | |
| parent | 4d4378b70fa07eff26475170897c03c1f56a2fe1 (diff) | |
| download | postgresql-cd68ecfef628022de360b1839fcad0f13239b2cd.tar.gz | |
Some late patches from Jens Glaser (jens@jens.de). These upgrade the protocol
to version 2, and fixes ResultSetMetaData.getColumnDisplaySize().
Diffstat (limited to 'src/interfaces/jdbc/CHANGELOG')
| -rw-r--r-- | src/interfaces/jdbc/CHANGELOG | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/interfaces/jdbc/CHANGELOG b/src/interfaces/jdbc/CHANGELOG index 68b2aa66fa..33305008df 100644 --- a/src/interfaces/jdbc/CHANGELOG +++ b/src/interfaces/jdbc/CHANGELOG @@ -10,6 +10,17 @@ Mon Sep 13 23:56:00 BST 1999 peter@retep.org.uk - Replaced $$(cmd...) with `cmd...` in the Makefile. This should allow the driver to compile when using shells other than Bash. +Thu Sep 9 01:18:39 MEST 1999 jens@jens.de + - fixed bug in handling of DECIMAL type + +Wed Aug 4 00:25:18 CEST 1999 jens@jens.de + - updated ResultSetMetaData.getColumnDisplaySize() to return + the actual display size + - updated driver to use postgresql FE/BE-protocol version 2 + +Mon Aug 2 03:29:35 CEST 1999 jens@jens.de + - fixed bug in DatabaseMetaData.getPrimaryKeys() + Sun Aug 1 18:05:42 CEST 1999 jens@jens.de - added support for getTransactionIsolation and setTransactionIsolation |
