Mercurial > hg > monetdb-java
graph
-
Extend release.txt with information on MonetDB JDBC connection URL format2017-09-28, by Martin van Dinther
-
Added possibility via a connection property to let the JDBC driver2017-09-28, by Martin van Dinther
-
Resolve some compilation warnings for java test programs.2017-09-28, by Martin van Dinther
-
Fix for bug 63502017-09-28, by Martin van Dinther
-
Fixed identation and in-memory option for the embedded connection embedded2017-09-18, by Pedro Ferreira
-
Updated JdbcClient with a number of small improvements, such corrected typo dependancy into dependency.2017-09-14, by Martin van Dinther
-
Correct returned value for column SOURCE_DATA_TYPE of method getColumns().2017-09-14, by Martin van Dinther
-
Correct implementation of method Connection.isValid().2017-09-14, by Martin van Dinther
-
Improve thrown SQLExceptions in setString(), changed them into SQLDataException with distinct SQLState codes.2017-09-07, by Martin van Dinther
-
As of Java 1.7 implementations of JDBC interfaces Connection, Statement, PreparedStatement,2017-09-07, by Martin van Dinther
-
Implemented PreparedStatement methods setNCharacterStream(int, Reader) and setNCharacterStream(int, Reader, long).2017-09-07, by Martin van Dinther
-
make checking whether data type has timezone more strict (only when it is timetz or timestamptz).2017-09-07, by Martin van Dinther
-
Delay the creation of five helper SimpleDateFormat objects for each PreparedStatement object2017-09-07, by Martin van Dinther
-
Improve constructor by preventing NPE when rs == null and2017-09-07, by Martin van Dinther
-
Update release.txt as we do have interface java.sql.SQLData implemented by two classes.2017-08-31, by Martin van Dinther
-
Improve method getObject() by checking on null Object to prevent NullPointerExceptions2017-08-24, by Martin van Dinther
-
Implemented PreparedStatement method setURL(int, URL).2017-08-24, by Martin van Dinther
-
Implemented PreparedStatement method setNString().2017-08-24, by Martin van Dinther
-
Comply with the JDBC spec by using argument name: parameterIndex2017-08-24, by Martin van Dinther
-
For public releases compile MonetDB JDBC driver code and jdbcclient program2017-08-24, by Martin van Dinther
-
Implemented ResultSet method getNCharacterStream()2017-08-17, by Martin van Dinther
-
Update implementation to match the JDBC spec so use2017-08-17, by Martin van Dinther
-
Improve MonetBlob implementation.2017-08-17, by Martin van Dinther
-
Implemented methods getCharacterStream() and getCharacterStream(long pos, long length) in class MonetClob.2017-08-17, by Martin van Dinther
-
Update program to list the productversion only when it is lower than 11.27.12017-08-17, by Martin van Dinther
-
Improve MonetClob implementatin.2017-08-10, by Martin van Dinther