Changeset: 32428cd15851 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/32428cd15851 Modified Files: sql/ChangeLog Branch: default Log Message:
Add URL for info on ODBC escape sequences syntax diffs (16 lines): diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -19,8 +19,10 @@ own query executions. * Wed Feb 15 2023 svetlin <[email protected]> -- Added JDBC/ODBC escape sequences implementation to SQL layer. Now all - clients can forward them without further processing. +- Added support of ODBC escape sequences syntax to SQL layer. Now all clients + (including ODBC/JDBC/pymonetdb) can use them without further processing. + For details on ODBC escape sequences syntax see: + https://learn.microsoft.com/en-us/sql/odbc/reference/appendixes/odbc-escape-sequences * Thu Nov 10 2022 Martin van Dinther <[email protected]> - It is no longer allowed to create a merge table or remote table or _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
