log src/main/java/org/monetdb/jdbc/MonetConnection.java @ 701:f89882b07614 mclreader

age author description
2022-12-08 Joeri van Ruth Fix a problem with PREPARE INSERT mclreader
2022-12-08 Joeri van Ruth Refactor BufferedMCLReader
2022-11-23 Martin van Dinther Inline isValidProperty() in checkValidProperty() as it is the only place the method is called. Also add javadoc comments.
2022-11-23 Martin van Dinther Eliminate hardcoded value 250 in the constructor of MonetPreparedStatement. For this an internal package method MonetConnection.getDefaultFetchSize() is added.
2022-11-17 Martin van Dinther Add checks for sql String parameter to prevent NullPointerException or executing an empty sql String.
2022-11-16 Martin van Dinther Extend error messages with the linetype to give more info.
2022-11-10 Martin van Dinther Optimise check on existence of specific tables. Instead of doing a query per table name, combine them in one query.
2022-11-07 Joeri van Ruth Fix Xlint warnings
2022-10-31 Joeri van Ruth Do not forget to update the autoCommit bookkeeping
2022-10-28 Joeri van Ruth Refactor Handshake options
2022-10-20 Martin van Dinther Fixes related to adding autocommit=true/false option to jdbc url
2022-10-20 Martin van Dinther Improved implementation of methods ResultSetMetaData.getPrecision() and ResultSetMetaData.getScale().
2022-10-11 Joeri van Ruth Adapt the cacheSize to the actual fetch size instead of using the default fetch size.
2022-09-09 Joeri van Ruth Add autocommit=true/false option to jdbc url
2022-09-09 Joeri van Ruth Demonstrate how to enable the size header
2022-09-09 Joeri van Ruth Refactor HandshakeOptions
2022-06-30 Martin van Dinther Correcting implementation of Statement.setQueryTimeout(int seconds).
2022-01-20 Martin van Dinther Resolve javadoc error and warnings :
2022-01-20 Martin van Dinther Do more cleanup in the close() methods such as calling clearWarnings(), clearParameters(), clearBatch() and dereferencing cached objects.
2022-01-19 Martin van Dinther Some small improvements
2022-01-19 Joeri van Ruth Only close the writer after the loop has finished
2022-01-19 Joeri van Ruth Implement line ending conversion for downloads
2022-01-18 Joeri van Ruth Normalize CRLF on upload
2022-01-05 Martin van Dinther Updated Copyright year.
2021-10-14 Joeri van Ruth Reencode downloads if necessary onclient
2021-10-06 Martin van Dinther Updated comments. Improved code. Added final keywords onclient
2021-10-04 Joeri van Ruth Downgrade "neither data nor error" from IOException to error onclient
2021-09-23 Joeri van Ruth Remove SQLStates from error messages sent upstream onclient
2021-09-22 Martin van Dinther Small updates onclient
2021-09-22 Martin van Dinther only comment improvements onclient