MonetDB: Jan2022 - Add more const, restrict and BUNtvar

2022-01-05 Thread Pedro Ferreira
Changeset: b3c187260594 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/b3c187260594 Modified Files: monetdb5/modules/mal/pcre.c Branch: Jan2022 Log Message: Add more const, restrict and BUNtvar diffs (75 lines): diff --git a/monetdb5/modules/mal/pcre.c

MonetDB: pushcands - Merged with default

2022-01-05 Thread Pedro Ferreira
Changeset: 2fe7cae3eb18 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2fe7cae3eb18 Modified Files: clients/Tests/MAL-signatures.stable.out clients/Tests/MAL-signatures.stable.out.int128 clients/Tests/exports.stable.out gdk/gdk_aggr.c gdk/gdk_calc.h

MonetDB: default - Merged with Jan2022

2022-01-05 Thread Pedro Ferreira
Changeset: 999828cfd5bc for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/999828cfd5bc Modified Files: sql/backends/monet5/sql.c sql/storage/bat/bat_storage.c Branch: default Log Message: Merged with Jan2022 diffs (truncated from 607 to 300 lines): diff --git

MonetDB: Jan2022 - Don't assert too much

2022-01-05 Thread Pedro Ferreira
Changeset: 0172ae6afb91 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/0172ae6afb91 Modified Files: sql/test/transactions/Tests/transaction_isolation3.SQL.py sql/test/transactions/Tests/transaction_isolation4.SQL.py

monetdb-java: default - Updated Copyright year.

2022-01-05 Thread Martin van Dinther
Changeset: 6aa38e8c0f2d for monetdb-java URL: https://dev.monetdb.org/hg/monetdb-java/rev/6aa38e8c0f2d Modified Files: build.xml example/MJDBCTest.java example/OnClientExample.java example/PreparedExample.java example/SQLImport.java release.txt

MonetDB: Jan2022 - Assert query succeeded before asserting resul...

2022-01-05 Thread Pedro Ferreira
Changeset: 4c7e8ae71892 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4c7e8ae71892 Modified Files: sql/test/BugTracker-2018/Tests/grant-role-not-idempotent.Bug-6660.SQL.py sql/test/BugTracker-2019/Tests/grant-select-column.Bug-6765.py

MonetDB: Jan2022 - Drop table at the end of test

2022-01-05 Thread Pedro Ferreira
Changeset: a48034ae42c5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/a48034ae42c5 Modified Files: sql/test/SQLancer/Tests/sqlancer18.test Branch: Jan2022 Log Message: Drop table at the end of test diffs (10 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer18.test

MonetDB: Jan2022 - If an error has already triggered, rollback t...

2022-01-05 Thread Pedro Ferreira
Changeset: 3ed9c41d5dfb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/3ed9c41d5dfb Modified Files: sql/backends/monet5/sql.c Branch: Jan2022 Log Message: If an error has already triggered, rollback the transaction and ignore further errors diffs (39 lines): diff --git