Mercurial > hg > monetdb-java
graph
-
Update used monetdb_containerThu, 11 Apr 2024 19:45:36 +0200, by Martin van Dinther
-
Update GH actions to v4Thu, 11 Apr 2024 17:41:54 +0200, by Martin van Dinther
-
Optimise code, use append(char) instead of append(String)Thu, 04 Apr 2024 19:13:43 +0200, by Martin van Dinther
-
An array_size of 0 (so new String[0]) is allowed in java.Thu, 04 Apr 2024 18:47:22 +0200, by Martin van Dinther
-
Improved ResultSetMetaData.getColumnTypeName() and ParameterMetaData.getParameterTypeName() for interval types. It now returns more precise information for the 13 possible interval data types.Thu, 04 Apr 2024 12:56:33 +0200, by Martin van Dinther
-
Improve MonetResultSetMetaData contructor by checking on valid arrays once, such that this does not need to be checked in methods for each result column.Wed, 03 Apr 2024 16:34:56 +0200, by Martin van Dinther
-
Improve isSigned() information on result columns and parameters of Types.DATE, Types.TIMESTAMP and Types.TIMESTAMP_WITH_TIMEZONE. These can have a negative year.Wed, 03 Apr 2024 15:02:24 +0200, by Martin van Dinther
-
Optimise getMetaData(). We can compute the number of result columns, so avoid to go through all metadata entries in column[] to test if it is a result column.Wed, 03 Apr 2024 14:35:25 +0200, by Martin van Dinther
-
Optimise getParameterMetaData(). We can compute the number of parameters now, so avoid to go through all entries in column[] to test if it is a parameter.Wed, 03 Apr 2024 14:10:15 +0200, by Martin van Dinther
-
Improved DatabaseMetaData.getTypeInfo(). It now also returns the serial and bigserial data types and all 13 possible interval data types.Thu, 07 Mar 2024 19:55:44 +0100, by Martin van Dinther
-
Extend Test_DBCmetadata() test with missing calls to getProcedures(), getProcedureColumns(), getFunctions() and getFunctionColumns() for user defined procedure and user defined function.Thu, 29 Feb 2024 20:33:35 +0100, by Martin van Dinther
-
Allow to run 'make test' in the toplevel directoryWed, 28 Feb 2024 14:06:11 +0100, by Joeri van Ruth
-
Implement the new schema= option of the jdbc URLWed, 28 Feb 2024 13:37:36 +0100, by Joeri van Ruth
-
Target timezone is in minutes, setTimeZone is in secondsWed, 28 Feb 2024 13:37:01 +0100, by Joeri van Ruth
-
Convert release.txt to release.md and add TLS infoWed, 28 Feb 2024 13:03:32 +0100, by Joeri van Ruth
-
Add Parameter#isTlsOnly methodTue, 27 Feb 2024 11:36:23 +0100, by Joeri van Ruth
-
Add verbose mode to TLSTesterTue, 27 Feb 2024 11:32:03 +0100, by Joeri van Ruth
-
Correct the example in the comment.Thu, 22 Feb 2024 20:08:16 +0100, by Martin van Dinther
-
Optimised internal method getParamIdx(). Instead of going through a loop each time (for all result columns and parameters), we now calculate the internal array index value directly, which is much faster.Thu, 22 Feb 2024 19:36:42 +0100, by Martin van Dinther
-
Extend Test_DBCmetadata() with calls to DatabaseMetaData methods which return a String and need to sent a query to the server to get the info.Thu, 08 Feb 2024 19:11:41 +0100, by Martin van Dinther
-
Adjust JDBC_API_Tester to accept new behavior of returning a varchar instead of clob or char as metadata. This new behavior applies to MonetDB servers 11.50 or higher.Thu, 08 Feb 2024 17:00:24 +0100, by Martin van Dinther
-
Branch cleanup_types has been merged into default, so enable the condition where type_digits is now returning a lower number.Thu, 08 Feb 2024 14:20:58 +0100, by Martin van Dinther
-
Remove not needed/used internal method checkValidProperty()Thu, 01 Feb 2024 20:55:01 +0100, by Martin van Dinther
-
Improve the code, layout, order of variables and setting, and text.Thu, 01 Feb 2024 19:47:20 +0100, by Martin van Dinther
-
Resolve some javadoc errors and warningsThu, 01 Feb 2024 18:55:11 +0100, by Martin van Dinther
-
Remove not used/needed serialVersionUIDThu, 01 Feb 2024 17:48:36 +0100, by Martin van Dinther
-
Add missing javadoc commentThu, 01 Feb 2024 17:47:10 +0100, by Martin van Dinther
-
Add missing license headersThu, 01 Feb 2024 17:45:49 +0100, by Martin van Dinther
-
Suppress warning: [fallthrough] possible fall-through into caseThu, 01 Feb 2024 17:12:48 +0100, by Martin van Dinther
-
Suppress warning: [serial] serializable class ValidationError has no definition of serialVersionUIDThu, 01 Feb 2024 17:11:45 +0100, by Martin van Dinther
-
Resolve warning: no commentThu, 01 Feb 2024 15:28:15 +0100, by Martin van Dinther
-
Suppress warning: [serial] serializable class Failure has no definition of serialVersionUIDThu, 01 Feb 2024 15:19:23 +0100, by Martin van Dinther
-
Also catch java.net.URISyntaxException and java.net.MalformedURLException and convert them to an IOException.Thu, 01 Feb 2024 14:32:05 +0100, by Martin van Dinther
-
Resolve warning: [deprecation] URL(String) in URL has been deprecatedThu, 01 Feb 2024 14:11:10 +0100, by Martin van Dinther
-
Move non JDBC API method to the end where the other add methods are placed.Thu, 01 Feb 2024 13:56:26 +0100, by Martin van Dinther
-
Removed old v3.3 changes from the ChangeLog. Those are still available in the ChangeLog-Archive.Thu, 25 Jan 2024 18:54:50 +0100, by Martin van Dinther
-
Added missing Copyright header commentsThu, 18 Jan 2024 16:36:03 +0100, by Martin van Dinther
-
Prepare JDBC_API_Tester for changed output (digits return 31 instead of 32 for int, 15 instead 16 for smallint) once branch cleanup_types will be merged into default.Thu, 18 Jan 2024 16:21:25 +0100, by Martin van Dinther
-
Merge 'monetdbs' into 'default'Fri, 05 Jan 2024 12:59:14 +0100, by Joeri van Ruth
-
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