log

age author description
2017-09-18 Pedro Ferreira Fixed identation and in-memory option for the embedded connection embedded
2017-09-14 Martin van Dinther Updated JdbcClient with a number of small improvements, such corrected typo dependancy into dependency.
2017-09-14 Martin van Dinther Correct returned value for column SOURCE_DATA_TYPE of method getColumns().
2017-09-14 Martin van Dinther Correct implementation of method Connection.isValid().
2017-09-07 Martin van Dinther Improve thrown SQLExceptions in setString(), changed them into SQLDataException with distinct SQLState codes.
2017-09-07 Martin van Dinther Added clarification on the meaning of the contents of column[] which contains both possible query result columns and possible parameters.
2017-09-07 Martin van Dinther As of Java 1.7 implementations of JDBC interfaces Connection, Statement, PreparedStatement,
2017-09-07 Martin van Dinther Implemented PreparedStatement methods setNCharacterStream(int, Reader) and setNCharacterStream(int, Reader, long).
2017-09-07 Martin van Dinther make checking whether data type has timezone more strict (only when it is timetz or timestamptz).
2017-09-07 Martin van Dinther Delay the creation of five helper SimpleDateFormat objects for each PreparedStatement object
2017-09-07 Martin van Dinther Improve constructor by preventing NPE when rs == null and
2017-08-31 Martin van Dinther Corrected PreparedStatement methods setString(int, String) and setObject(int, Object, ...) in case the target parameter data type was json or inet or url or uuid.
2017-08-31 Martin van Dinther Update release.txt as we do have interface java.sql.SQLData implemented by two classes.
2017-08-24 Martin van Dinther Improve method getObject() by checking on null Object to prevent NullPointerExceptions
2017-08-24 Martin van Dinther Implemented PreparedStatement method setURL(int, URL).
2017-08-24 Martin van Dinther Implemented PreparedStatement method setNString().
2017-08-24 Martin van Dinther Comply with the JDBC spec by using argument name: parameterIndex
2017-08-24 Martin van Dinther For public releases compile MonetDB JDBC driver code and jdbcclient program
2017-08-17 Martin van Dinther Implemented ResultSet method getNCharacterStream()
2017-08-17 Martin van Dinther Update implementation to match the JDBC spec so use
2017-08-17 Martin van Dinther Improve MonetBlob implementation.
2017-08-17 Martin van Dinther Implemented methods getCharacterStream() and getCharacterStream(long pos, long length) in class MonetClob.
2017-08-17 Martin van Dinther Update program to list the productversion only when it is lower than 11.27.1
2017-08-10 Martin van Dinther Improve MonetClob implementatin.
2017-08-10 Martin van Dinther Added test program for Bug 6388
2017-08-03 Martin van Dinther Improved code to fix failing tests in sql/jdbc/tests/Tests
2017-08-03 Martin van Dinther Use SQLNonTransientConnectionException instead of SQLException where applicable (SQLState starts with 08)
2017-08-03 Martin van Dinther Optimised ResulSet methods getDate(column), getTime(column) and getTimestamp(column)
2017-07-28 Sjoerd Mullender Retroactively added tag v2.25 for changeset a6a2f4ee2d42.
2017-07-28 Sjoerd Mullender Settings tag v2.26.
2017-07-28 Sjoerd Mullender Updated release numbers in preparation for a release. v2.26
2017-07-27 Martin van Dinther Improve performance of ResulSet methods getDate(), getTime() getTimestamp()
2017-07-27 Martin van Dinther Updated ChangeLog in preparation of new release
2017-07-27 Martin van Dinther Improved robustness of ResultSet methods:
2017-07-13 Martin van Dinther Replace AssertionError() with SQLException().
2017-07-13 Martin van Dinther Make Test_Dobjects independent of list of tables in sys schema.
2017-07-13 Pedro Ferreira Merged changes for Bug 6183 embedded
2017-07-13 Martin van Dinther Remove not used: private static String isInstance() code.
2017-07-13 Martin van Dinther Extended test by also querying the prepared query resultset
2017-07-13 Martin van Dinther Added test program for bug 6349.
2017-07-11 Pedro Ferreira Added pom file for the maven central repository uploads in the adapted JDBC driver for the embedded connection embedded
2017-05-18 Martin van Dinther Changed ExecuteUpdate test to not work on sys.keywords table (which became readonly in Jul2017 branch) but use its own created table t3350.
2017-03-30 Sjoerd Mullender Updated release numbers in preparation for a release. v2.25
2017-03-30 Martin van Dinther Adding ChangeLog info to the ChangeLog-Archive
2017-03-29 Pedro Ferreira Following static methods naming conventions embedded
2017-03-24 Pedro Ferreira Reverted back the JVM 7 compability embedded
2017-03-23 Pedro Ferreira Close all the datablocks in a result set for the JDBC embedded connection embedded
2017-03-16 Martin van Dinther Updated ChangeLog in preparation of new release
2017-03-09 Martin van Dinther Extended test for pstmt.setBigDecimal() with two more decmal values which will be rounded.
2017-03-09 Martin van Dinther Extending test with 3 additional columns.
2017-02-28 Pedro Ferreira Major change in the Datablock response. Removed the arrays creation in the Embedded connection, so it will run much faster now. It can be possible to do it as well in the MAPI connection, but in the way the Old Mapi Protocol is designed, it will be very complicated (ByteBuffers are designed to work with binary data instead of textual data :S). I think it's better to wait for the new protocol, which will be much faster and easier to parse. embedded
2017-02-23 Martin van Dinther Extend HeaderLineParser to also correctly parse result set header lines for table
2017-02-20 Pedro Ferreira Simplified the the beginning of the JDBC embedded connection, so only the URL is necessary to be provided to the Driver Manager to start the connection. The JDBC embedded connection URL has the format "jdbc:monetdb:embedded:<directory>" in contrast to the already existing MAPI one: "jdbc:monetdb://<host>[:port]/<database>". embedded
2017-02-17 Sjoerd Mullender Skip over column delimiter, and don't accept just "-" as a valid number.
2017-02-16 Pedro Ferreira Fixed negative number parsing on the StartOfHeaderParser
2017-02-02 Pedro Ferreira Changed the jar file name to avoid conflicts with the original one. embedded
2017-02-01 Pedro Ferreira Small bug fixes embedded
2017-02-01 Pedro Ferreira Fixed SQLException generation. embedded
2017-01-25 Pedro Ferreira Limit the StringBuilder size for the JDBC embedded connection. embedded
2017-01-25 Pedro Ferreira Small fixes for the JDBC embedded connection: proper error display and port removal. embedded