Mercurial > hg > monetdb-java
comparison ChangeLog @ 0:a5a898f6886c
Copy of MonetDB java directory changeset e6e32756ad31.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Wed, 21 Sep 2016 09:34:48 +0200 (2016-09-21) |
parents | |
children | 29b8dc4473b5 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:a5a898f6886c |
---|---|
1 # ChangeLog file for java | |
2 # This file is updated with Maddlog | |
3 | |
4 * Thu Sep 15 2016 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
5 - Improved performance of following JDBC ResultSet and ResultSetMetaData | |
6 methods: | |
7 - ResultSet.getBoolean(column) | |
8 - ResultSet.getBinaryStream(column) | |
9 - ResultSet.getBytes(column) | |
10 - ResultSet.getObject(column) | |
11 - ResultSet.getObject(column, map) | |
12 - ResultSet.getDate(column) | |
13 - ResultSet.getTime(column) | |
14 - ResultSet.getTimestamp(column) | |
15 - ResultSet.getDate(column, calendar) | |
16 - ResultSet.getTime(column, calendar) | |
17 - ResultSet.getTimestamp(column, calendar) | |
18 - ResultSetMetaData.getColumnClassName(column) | |
19 - ResultSetMetaData.getColumnType(column) | |
20 - ResultSetMetaData.isCaseSensitive(column) | |
21 - ResultSetMetaData.isSigned(column) | |
22 - ResultSetMetaData.getPrecision(column) | |
23 | |
24 * Thu Sep 8 2016 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
25 - Improved JdbcClient program by fixing some resource leaks. | |
26 - Extended JdbcClient program by showing elapsed time information for each | |
27 query or command when started in interactive mode (no -f was used at startup). | |
28 | |
29 * Thu Sep 1 2016 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> | |
30 - Improved fetching and output speed of JdbcClient program for query results. | |
31 |