The MonetDB team at CWI/MonetDB BV is pleased to announce the
Jun2016-SP2 bugfix release of the MonetDB suite of programs.
More information about MonetDB can be found on our website at
<http://www.monetdb.org/>.
For details on this release, please see the release notes at
<http://www.monetdb.org/Downloads/ReleaseNotes>.
As usual, the download location is <http://dev.monetdb.org/downloads/>.
Jun 2016-SP2 bugfix release
Build Environment
* We now use the CommonCrypto library instead of the OpenSSL library
on Darwin.
Bug Fixes
* 3939: Assert failure on concurrent queries when querying sys.queue
* 4019: Casting a timestamp from a string results in NULL
* 4025: expressions in the WHERE clause that evaluates incorrectly
* 4038: After upgrade from 11.21.19, jdbc couldn't list tables for
non sys users
* 4044: Server crash when trying to delete a table has been added to
a merge table with "cascade" at the end
* 4049: Wrong results for queries with "OR" and "LEFT JOIN"
* 4052: Infinite loop in rel_select
* 4054: copy into file wrongly exports functions
* 4058: Server crashes with a particular conditional query
* 4059: Geom functions only visible by user monetdb
* 4060: BAT leak in some aggregate queries
* 4062: Error: SELECT: no such binary operator 1800 790
9186'like(varchar,varchar)' when used in query running in other
schema than sys
* 4064: Assertion: column not found
* 4067: Relevant column name not printed when a CSV parsing error
occurs
* 4070: Extra condition in join predicate of explicit join produces
wrong MAL code
* 4074: Cannot use prepared statements when caching disabled
* 6065: CTE with row number and union fails within MAL