log src/main/java/org/monetdb/jdbc/MonetConnection.java @ 924:ace9f8f617f1

age author description
9 months ago Martin van Dinther In close() also set clientInfoAttributeNames = null; so it can be gc-ed.
9 months ago Martin van Dinther Add utility method checkMinimumDBVersion(int major, int minor). Will be used in more classes.
9 months ago Martin van Dinther Check for rs == null to prevent NullPoinerExceptions.
10 months ago Joeri van Ruth Older servers don't have clientinfo_properties yet
10 months ago Joeri van Ruth Implement ClientInfo API
10 months ago Joeri van Ruth Send ClientInfo on startup
14 months ago Joeri van Ruth Implement the new schema= option of the jdbc URL
14 months ago Joeri van Ruth Target timezone is in minutes, setTimeZone is in seconds
15 months ago Martin van Dinther Remove not needed/used internal method checkValidProperty()
15 months ago Martin van Dinther Resolve some javadoc errors and warnings
15 months ago Martin van Dinther Move non JDBC API method to the end where the other add methods are placed.
16 months ago Joeri van Ruth Merge 'default' into 'monetdbs' monetdbs
16 months ago Joeri van Ruth formatting monetdbs
16 months ago Joeri van Ruth convert space indents to tabs monetdbs
16 months ago Joeri van Ruth Merge 'default' into 'monetdbs' monetdbs
16 months ago Joeri van Ruth Move timeZoneSet and sizeHeaderEnabled into Callback monetdbs
17 months ago Joeri van Ruth Comments and formatting monetdbs
16 months ago Sjoerd Mullender Update copyright for the new year, move to MonetDB Foundation, add SPDX.
17 months ago Martin van Dinther correct indentation
17 months ago Joeri van Ruth Use intrinsics rather than manual flow control
17 months ago Joeri van Ruth Add interface to MonetConnection for retrieving connection info as Properties monetdbs
17 months ago Joeri van Ruth TLS seems to work monetdbs
17 months ago Joeri van Ruth replysize -> replySize monetdbs
17 months ago Joeri van Ruth Use the new url parser monetdbs
17 months ago Joeri van Ruth Get rid of MONETURL constant monetdbs
22 months ago Martin van Dinther Improve the implementation of abort() by using the provided Executor object.
22 months ago Martin van Dinther Corrected implementation of Connection methods getClientInfo() and setClientInfo().
2023-03-23 Martin van Dinther Correct setQueryTimeout(secs) implementation. It was changed to match the web documentation (see https://dev.monetdb.org/hg/monetdb-java/rev/849f99124e32 ) but it appears the web documentation was wrong. So revert the changes made.
2023-02-16 Martin van Dinther In MonetCallableStatement constructor skip calling removeEscapes() when the connected server supports ODBC/JDBC escape sequence syntax.
2023-01-19 Martin van Dinther Small improvements.