Changeset: d1d3eb2890e3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/d1d3eb2890e3 Modified Files: sql/ChangeLog Branch: default Log Message:
Fix SYSMON changelog entry. diffs (23 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -2,8 +2,17 @@ # This file is updated with Maddlog * 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 use 'ALL' to retrive the global queue. Calling the function without arguments returns the current user queue. -- SQL function sys.queue() overloaded with sys.queue(username string), SYSADMIN only, allowing to filter the global queue by username or use 'ALL' to retrieve the global queue. Calling the function without arguments returns the current user queue. +- SQL function sys.queue() overloaded with sys.queue(username string), + SYSADMIN only, allowing to filter the global queue by username or + use 'ALL' to retrive the global queue. Calling the function without + arguments returns the current user queue. +- SQL procedures sys.pause(tag bigint), sys.resume(tag bigint), + sys.stop(tag bigint) overloaded with sys.pause(tag bigint, username string), + sys.resume(tag bigint, username string) and sys.stop(tag bigint, username + string), SYSADMIN only, allowing to pause, resume and stop query + executions by TAG,USERNAME. The call without arguments is a public + procedure giving access to users to pause, resume and stop their + own query executions. * Wed Feb 15 2023 svetlin <[email protected]> - Added JDBC/ODBC escape sequences implementation to SQL layer. Now all _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
