Mercurial > hg > monetdb-java
graph
-
Fix warnings:2018-05-17, by Martin van Dinther
-
Updated ChangeLog and ChangeLog-Archive in preparation for new release of JDBC driver2018-05-17, by Martin van Dinther
-
Use the system's timezone by default as well when retrieving times and timezones. embedded2018-05-08, by Pedro Ferreira
-
Update java examples code2018-05-03, by Martin van Dinther
-
Socket may also throw an UnknownHostException. Add it to MapiSocket.connect() and catch it in MonetConnection(Properties props).2018-05-03, by Martin van Dinther
-
Improve and extend MonetDriver.getPropertyInfo() with choice values2018-05-03, by Martin van Dinther
-
Rename internal method MonetDriver.getJavaType() into MonetDriver.getJdbcSQLType()2018-05-03, by Martin van Dinther
-
Correction: Loader functions (type = 7) should return a table.2018-04-26, by Martin van Dinther
-
Removed old ChangeLog content. It was already copied in ChangeLog-Archive.2018-04-26, by Martin van Dinther
-
Corrected and extended output of DatabaseMetaData methods getTimeDateFunctions() and getSystemFunctions().2018-04-26, by Martin van Dinther
-
Improved DatabaseMetaData methods getTablePrivileges() and getColumnPrivileges() by returning also2018-04-26, by Martin van Dinther
-
Corrected method DatabaseMetaData.getFunctions().2018-04-19, by Martin van Dinther
-
Removed DISTINCT from SELECT DISTINCT where it should not be needed (in getTables() and getFunctionColumns())2018-04-19, by Martin van Dinther
-
Optimise SQL query generation for cases where the WHERE clause already has a AND 1 = 0 condition. Exlude adding more AND ... conditions.2018-04-19, by Martin van Dinther
-
Added support for querying the sys.comments table for some meta data methods2018-04-19, by Martin van Dinther
-
Improve readability2018-03-29, by Martin van Dinther
-
Update some documentation text2018-03-29, by Martin van Dinther
-
In an embedded JDBC connection, don't check/set query timeouts while validating the connection. embedded2018-03-21, by Pedro Ferreira
-
Small update on the release.txt2018-03-08, by Martin van Dinther
-
Improved implementation of MonetClob and MonetBlob classes by adding checks on validity of input parameters of methods of those classes.2018-03-08, by Martin van Dinther
-
Move batch processing definition in order to support it properly in a embedded connection embedded2018-03-02, by Pedro Ferreira
-
Reduce memory consumption in TupleLineParser which is a subclass of MCLParser.2018-02-15, by Martin van Dinther
-
Updated the release notes.2018-01-04, by Martin van Dinther
-
Extend PreparedStatement test with calling setClob(int, Clob) and setClob(int, Reader) methods.2018-01-04, by Martin van Dinther
-
It's 2018 now.2018-01-04, by Sjoerd Mullender
-
Make some public non-JDBC methods accessable only to classes of the same package.2017-12-14, by Martin van Dinther
-
Improve parsing negative years.2017-12-14, by Martin van Dinther
-
First fix for bug 64682017-11-16, by Martin van Dinther
-
Resolved javadoc many errors and warnings, such as:2017-10-26, by Martin van Dinther
-
Updating build.xml and tests/build.xml2017-10-26, by Martin van Dinther
-
Settings tag v2.27.2017-10-23, by Sjoerd Mullender
-
Also update the release notes for the new release2017-10-19, by Martin van Dinther
-
Updated ChangeLogs and minor release numbers for both MCL and JDBC driver in preparation for new releases.2017-10-19, by Martin van Dinther
-
Added: private static final long serialVersionUID2017-10-19, by Martin van Dinther
-
For MonetresultSet class: added method checkNotClosed() and invocation for all methods which should test it.2017-10-12, by Martin van Dinther
-
Making variables private where possible.2017-10-12, by Martin van Dinther
-
Resolving javac warnings:2017-10-12, by Martin van Dinther
-
Corrected implementation of Connection.prepareCall() methods. They used to return null.2017-10-05, by Martin van Dinther
-
Small improvements2017-10-05, by Martin van Dinther
-
Correct the property separator. Should be a & instead of a ;2017-10-05, by Martin van Dinther
-
Correct the documentation of the cancel() method.2017-10-05, by Martin van Dinther
-
Small code and layout improvements2017-10-05, by Martin van Dinther
-
Improvement: throw SQLFeatureNotSupportedException instead of SQLException2017-10-05, by Martin van Dinther
-
Improvement: only extend typeMap when the property was set to true.2017-10-05, by Martin van Dinther
-
Extend DatabaseMetaData.getClientInfoProperties() with new property: treat_clob_as_varchar2017-10-05, by Martin van Dinther
-
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