Mercurial > hg > monetdb-java
annotate ChangeLog @ 234:6423fb0bf9eb v2.28
Updated release numbers in preparation for a release.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Thu, 24 May 2018 11:01:06 +0200 (2018-05-24) |
parents | 60334b96df18 |
children | 55375d489024 |
rev | line source |
---|---|
89
a6608e9581c1
Moved content of ChangeLog to ChangeLog-Archive.
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
53
diff
changeset
|
1 # ChangeLog file for monetdb-java |
0
a5a898f6886c
Copy of MonetDB java directory changeset e6e32756ad31.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff
changeset
|
2 # This file is updated with Maddlog |
a5a898f6886c
Copy of MonetDB java directory changeset e6e32756ad31.
Sjoerd Mullender <sjoerd@acm.org>
parents:
diff
changeset
|
3 |
230
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
4 * Wed May 23 2018 Sjoerd Mullender <sjoerd@acm.org> |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
5 - Compiled and released new jars: monetdb-jdbc-2.28.jar, monetdb-mcl-1.17.jar |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
6 and updated jdbcclient.jar |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
7 |
219
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
8 * Thu Apr 26 2018 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
220
34f9ddd1a4e5
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
219
diff
changeset
|
9 - Corrected and extended output of DatabaseMetaData methods |
34f9ddd1a4e5
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
219
diff
changeset
|
10 getTimeDateFunctions() and getSystemFunctions(). The Date/Time functions |
34f9ddd1a4e5
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
219
diff
changeset
|
11 (curdate, current_date, current_time, current_timestamp, curtime, |
34f9ddd1a4e5
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
219
diff
changeset
|
12 local_timezone, localtime, localtimestamp) were returned by |
34f9ddd1a4e5
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
219
diff
changeset
|
13 getSystemFunctions() but are now returned by getTimeDateFunctions(). |
34f9ddd1a4e5
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
219
diff
changeset
|
14 getTimeDateFunctions() now also lists functions: date_to_str, extract, now, |
34f9ddd1a4e5
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
219
diff
changeset
|
15 str_to_date, str_to_time, str_to_timestamp, time_to_str and timestamp_to_str. |
219
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
16 - Improved DatabaseMetaData methods getTablePrivileges() and |
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
17 getColumnPrivileges() by returning also any combination of privileges |
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
18 for the table or column in the PRIVILEGE result column. Previously only |
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
19 single privileges (SELECT or UPDATE or INSERT or DELETE or EXECUTE or |
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
20 GRANT) would be returned. |
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
21 |
215
71b039bc2d99
Added support for querying the sys.comments table for some meta data methods
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
189
diff
changeset
|
22 * Thu Apr 19 2018 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
218
5cc7101c5c8d
Corrected method DatabaseMetaData.getFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
215
diff
changeset
|
23 - Corrected method DatabaseMetaData.getFunctions() for result column |
5cc7101c5c8d
Corrected method DatabaseMetaData.getFunctions().
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
215
diff
changeset
|
24 FUNCTION_TYPE. It used to return DatabaseMetaData.functionResultUnknown |
222
75a5b5754020
Correction: Loader functions (type = 7) should return a table.
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
221
diff
changeset
|
25 value for Analytic (functions.type 6) and Loader function (functions type 7). |
75a5b5754020
Correction: Loader functions (type = 7) should return a table.
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
221
diff
changeset
|
26 It now returns DatabaseMetaData.functionNoTable for Analytic functions and |
75a5b5754020
Correction: Loader functions (type = 7) should return a table.
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
221
diff
changeset
|
27 DatabaseMetaData.functionReturnsTable for Loader functions. |
215
71b039bc2d99
Added support for querying the sys.comments table for some meta data methods
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
189
diff
changeset
|
28 - DatabaseMetaData methods getTables(), getColumns(), getProcedures() and |
71b039bc2d99
Added support for querying the sys.comments table for some meta data methods
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
189
diff
changeset
|
29 getFunctions() now return the comment in the REMARKS result column when a |
71b039bc2d99
Added support for querying the sys.comments table for some meta data methods
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
189
diff
changeset
|
30 comment has been set for the table / view / column / procedure / function |
219
4572f0694fde
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
218
diff
changeset
|
31 via the SQL command COMMENT ON <db-object type> <qname> IS 'comment-text'. |
215
71b039bc2d99
Added support for querying the sys.comments table for some meta data methods
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
189
diff
changeset
|
32 |
230
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
33 * Thu Dec 14 2017 Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
34 - Fixed a problem with retrieving Dates and Timestamps which contained a |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
35 year value less than 1000. It would throw an SQLDataException with message: |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
36 Could not convert value to a Date. Expected JDBC date escape format |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
37 yyyy-[m]m-[d]d. |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
38 See also: https://www.monetdb.org/bugzilla/show_bug.cgi?id=6468 |
60334b96df18
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver
Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
parents:
222
diff
changeset
|
39 |