1
- Web May 19 00:20:00 BST 1999
2
- - Internationalisation now done. Surprising that there's 68 error messages
3
- in the driver ;-)
1
+ Wed Jun 23 06:50:00 BST 1999
2
+ - Fixed error in errors.properties where the arguments are 0 based not
3
+ 1 based
4
+ - Fixed bug in postgresql.Driver where exception is thrown, then
5
+ intercepted rather than being passed to the calling application.
6
+ - Removed the file postgresql/CallableStatement, as it's not used and
7
+ really exists in the jdbc1 & jdbc2 sub packages only.
8
+
9
+ Wed May 19 00:20:00 BST 1999
10
+ - Internationalisation now done. Surprising that there's 68 error
11
+ messages in the driver ;-)
4
12
5
13
Tue May 18 07:00:00 BST 1999
6
14
- Set the ImageViewer application to use transactions
@@ -12,14 +20,15 @@ Tue May 18 00:00:00 BST 1999
12
20
Mon May 17 23:40:00 BST 1999
13
21
- PG_Stream.close() now attempts to send the close connection message
14
22
to the backend before closing the streams
15
- - Added batch support in the JDBC2, supplied by Yutaka Tanida <yutaka@marin.or.jp>
23
+ - Added batch support in the JDBC2, supplied by Yutaka Tanida
24
+ <yutaka@marin.or.jp>
16
25
- Removed the old datestyle code. Now the driver uses only ISO.
17
26
- Removed some files in the postgresql directory still in CVS that were
18
27
moved since 6.4.x (DatabaseMetaData.java PreparedStatement.java
19
28
ResultSetMetaData.java Statement.java)
20
- - Internationalisation of the error messages is partially implemented, however
21
- it's not enabled as it only works when the jar file is _not_ used, and
22
- work needs to be done.
29
+ - Internationalisation of the error messages is partially implemented,
30
+ however it's not enabled as it only works when the jar file is
31
+ _not_ used, and work needs to be done.
23
32
24
33
Sun Apr 11 17:00:00 BST 1999
25
34
- getUpdateCount() now returns the actual update count (before it
0 commit comments