Changeset: e273cf685a1c for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e273cf685a1c Modified Files: sql/ChangeLog Branch: default Log Message:
SQL Changelog entry. Query marked as 'aborted' instead of 'finished' if stop procedure was used. diffs (14 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Fri Mar 3 2023 Lucas Pereira <[email protected]> +- Queries stopped with the stop procedure are now marked as 'aborted' + 'finished'. + * Wed Feb 15 2023 Lucas Pereira <[email protected]> - SQL function sys.queue() overloaded with sys.queue(username string), SYSADMIN only, allowing to filter the global queue by username or _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
