log src/main/java/org/monetdb/jdbc/MonetConnection.java @ 975:5e320086a01c default tip

age author description
2 months ago Martin van Dinther Corrected the returned integer values of Statement methods executeUpdate(...), executeLargeUpdate(...), getUpdateCount() and getLargeUpdateCount() and PreparedStatement methods executeUpdate() and executeLargeUpdate(). They returned -2 for DDL statements, which was not in compliance with the JDBC API documentation.
3 months ago Sjoerd Mullender Spell check.
3 months ago Joeri van Ruth Prefer getters of class Target.Validated over class Target
4 months ago Martin van Dinther Update Copyright year.
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
16 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.
16 months ago Martin van Dinther correct indentation
16 months ago Joeri van Ruth Use intrinsics rather than manual flow control
16 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.