Mercurial > hg > monetdb-java
graph
-
Adjust test to not compare output that changes when run in different time zones.Thu, 04 Jan 2024 20:43:07 +0100, by Martin van Dinther
-
The String types[] passed to getTables() may contain entries containing null or empty string "". Those are invalid table types.Thu, 04 Jan 2024 19:28:31 +0100, by Martin van Dinther
-
Cache the system trust roots between invocations monetdbsWed, 03 Jan 2024 11:05:56 +0100, by Joeri van Ruth
-
Move timeZoneSet and sizeHeaderEnabled into Callback monetdbsFri, 15 Dec 2023 11:08:36 +0100, by Joeri van Ruth
-
Suppress warning about unchecked conversion monetdbsFri, 15 Dec 2023 10:51:19 +0100, by Joeri van Ruth
-
Update copyright for the new year, move to MonetDB Foundation, add SPDX.Fri, 29 Dec 2023 14:37:42 +0100, by Sjoerd Mullender
-
In ResultSet.getObject(column, Class<T> type) and ResultSet.getObject(column, Map<String,Class<?>>) methods added support to return objects for classes: java.time.LocalDate, java.time.LocalDateTime.Thu, 28 Dec 2023 17:12:56 +0100, by Martin van Dinther
-
Remove last references to MCL_MAJOR and MCL_MINOR.Thu, 21 Dec 2023 14:35:27 +0100, by Sjoerd Mullender
-
There is no MCL_{MAJOR,MINOR} to replace.Thu, 21 Dec 2023 14:27:10 +0100, by Sjoerd Mullender
-
No need to create MonetVersion.java before running ant.Thu, 21 Dec 2023 14:26:33 +0100, by Sjoerd Mullender
-
Add testing against MonetDB Dec2023Wed, 20 Dec 2023 19:16:12 +0100, by Martin van Dinther
-
Enhanced DatabaseMetaData.getTables() method by adding support for SQL table type names: 'BASE TABLE', 'GLOBAL TEMPORARY' and 'LOCAL TEMPORARY' in parameter types[].Wed, 20 Dec 2023 19:10:17 +0100, by Martin van Dinther
-
Enhance \vsi command by removing a trailing ; terminator from the provided schema name.Wed, 20 Dec 2023 18:56:37 +0100, by Martin van Dinther
-
Now we have a MonetVersion class use it from MonetDatabaseMetaData also.Wed, 20 Dec 2023 17:14:56 +0100, by Martin van Dinther
-
Add missing license header. Also removed public from this class as it is not part of JDBC public API.Wed, 20 Dec 2023 16:36:07 +0100, by Martin van Dinther
-
correct EnglishThu, 14 Dec 2023 20:24:53 +0100, by Martin van Dinther
-
Prevent sql processor to produce server msg: mul_int_bte_int: ERROR: 22003!overflow in calculation 2147483647*4.Thu, 14 Dec 2023 19:16:23 +0100, by Martin van Dinther
-
sources are compliant with java 8Thu, 14 Dec 2023 14:59:28 +0100, by Martin van Dinther
-
In ResultSet.getObject() method added support for retrievingThu, 14 Dec 2023 14:58:21 +0100, by Martin van Dinther
-
correct indentationWed, 13 Dec 2023 20:00:30 +0100, by Martin van Dinther
-
Fix the computed CHAR_OCTET_LENGTH value of resultsets returned by getColumns(), getFunctionColumns() and getProcedureColumns().Wed, 13 Dec 2023 19:24:07 +0100, by Martin van Dinther
-
Fix arithmetic overflowWed, 13 Dec 2023 13:29:39 +0100, by Joeri van Ruth
-
InputStream.read must return the byte UNSIGNED!Wed, 13 Dec 2023 13:53:48 +0100, by Joeri van Ruth
-
Call reader.read multiple times if necessaryWed, 13 Dec 2023 13:49:57 +0100, by Joeri van Ruth
-
Use intrinsics rather than manual flow controlWed, 13 Dec 2023 13:36:35 +0100, by Joeri van Ruth
-
Use new MapiSocket.connect() method In CopyIntoSTDIN test monetdbsTue, 12 Dec 2023 12:11:11 +0100, by Joeri van Ruth
-
Remove naive url check because the world has become more complicated monetdbsTue, 12 Dec 2023 12:10:07 +0100, by Joeri van Ruth
-
Add MapiSocket.connect(url, properties) method monetdbsTue, 12 Dec 2023 12:06:39 +0100, by Joeri van Ruth
-
Add interface to MonetConnection for retrieving connection info as Properties monetdbsTue, 12 Dec 2023 12:04:15 +0100, by Joeri van Ruth
-
Move more URL and properties parsing responsibilities to Target monetdbsTue, 12 Dec 2023 12:03:24 +0100, by Joeri van Ruth
-
Set ALPN protocol if the runtime supports it monetdbsMon, 11 Dec 2023 15:47:19 +0100, by Joeri van Ruth
-
Allow to pass whole URL to jdbcclient not just separate parameters monetdbsThu, 07 Dec 2023 09:00:00 +0100, by Joeri van Ruth
-
MonetDriver: Use only the properties if URL is exactly "jdbc:monetdb:" monetdbsThu, 07 Dec 2023 08:54:34 +0100, by Joeri van Ruth
-
Suppress jdbcclient warnings about unknown .monetdb settings monetdbsWed, 06 Dec 2023 16:50:37 +0100, by Joeri van Ruth
-
Understand so_timeout, treat_clob_as_varchar and treat_blob_as_binary monetdbsFri, 01 Dec 2023 15:47:20 +0100, by Joeri van Ruth
-
Adjustments after applying changes to libmapi monetdbsThu, 30 Nov 2023 14:21:46 +0100, by Joeri van Ruth