Changeset: 4292a507e8b7 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4292a507e8b7 Modified Files: sql/ChangeLog.Jan2022 Branch: Jan2022 Log Message:
Merge with Jul2021 branch. diffs (16 lines): diff --git a/sql/ChangeLog.Jan2022 b/sql/ChangeLog.Jan2022 --- a/sql/ChangeLog.Jan2022 +++ b/sql/ChangeLog.Jan2022 @@ -1,6 +1,12 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Mon Apr 25 2022 Sjoerd Mullender <[email protected]> +- GLOBAL TEMPORARY tables are now treated like LOCAL TEMPORARY tables + as far as the table content is concerned. The schema information + stays global. This fixes an issue with concurrent access and cleanup + of stale data. + * Thu Apr 14 2022 Sjoerd Mullender <[email protected]> - The NO CONSTRAINT option of the COPY INTO query has been removed. It didn't work and it was never a good idea anyway. _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
