Changeset: 8e08cad41c09 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8e08cad41c09
Modified Files:
        sql/ChangeLog
Branch: default
Log Message:

Fix typo.


diffs (12 lines):

diff --git a/sql/ChangeLog b/sql/ChangeLog
--- a/sql/ChangeLog
+++ b/sql/ChangeLog
@@ -3,7 +3,7 @@
 
 * 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 
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.
 
 * 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]

Reply via email to