The MonetDB team at MonetDB BV is pleased to announce the
Oct2020-SP2 bugfix release of the MonetDB suite of programs.
More information about MonetDB can be found on our website at
<https://www.monetdb.org/>.
For details on this release, please see the release notes at
<https://www.monetdb.org/Downloads/ReleaseNotes>.
As usual, the download location is <https://www.monetdb.org/downloads/>.
Oct2020-SP2 Bugfix Release (11.39.11)
SQL Frontend
* CREATE [OR REPLACE] TRIGGER schema_name.trigger_name is now
disallowed, because the trigger will be stored on the same schema
as the table it refers to. Use a schema-qualified on the table
reference (ie ON clause) when necessary.
Bug Fixes
* 6862: mserver5: crashes under update_table() when calling
lib_sql.so ( max_clients = 2048)
* 7002: monetdb stop fails
* 7012: mclient enters an infinite loop when a file on the command
line does not exist
* 7013: Select * on grouped view: wrong error "cannot use non GROUP
BY column 'a1' in query results without an aggregate function"
* 7017: mal seems to leak in functions
* 7020: release an older savepoint causes "BATproject2: does not
match always"
* 7021: savepoints crash mserver5
* 7022: transaction with an unreleased savepoint not properly
persisted
* 7023: CREATE VIEW: SELECT: cannot use non GROUP BY column '%1' in
query results without an aggregate function
* 7024: DELETE FROM or TRUNCATE on freshly created table leads to
loosing all further inserts in same transaction
* 7030: DROP TABLE with AUTO_INCREMENT doesn't drop sequence causing
left-over dependency
* 7034: User with sysadmin role cannot create another user
* 7035: UPDATE and SELECT column privileges
* 3772: Any user can grant a role.