Removed the gdk_embedded (and embedded) option. The code wasn’t tested and most likely non-functional.
BAT-of-BATs is no longer allowed. It was already not allowed to make these types of BATs persistent, but now they can’t be created at all anymore.
Bug Fixes
3084: Timestamp arithmetic very slow (especially on Windows)
3125: Python tests fail after recent Python API changes
3155: Provide an option for setting discovery to false
No Debian and Ubuntu packages were built for this release (i.e. Oct2012) due to a packaging failure. We expect to have resolved that problem by Oct2012-SP1. We apologise for the inconvenience.
Oct 2012-SP1
Bug Fixes
3155: Provide an option for setting discovery to false
3161: invalid tuple received from server, got 138 columns, expected 476, ignoring
3182: When using aggregate SQL functions, precision & decimal metadata for numeric/decimal type returned is 0,0
For this release (i.e. Oct2012-SP1) there are once again Debian and Ubuntu packages. From this release onward, Ubuntu Lucid Lynx (10.04) is no longer supported.
Implemented type map support of Connection to allow custom mapping of UDTs to Java classes. By default the INET and URL UDTs are now mapped to nl.cwi.monetdb.jdbc.types.{INET,URL}. Most notably, ResultSet.getObject() and PreparedStatement.setObject() deal with the type map.