Changeset: 406e14a7cc4b for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/406e14a7cc4b Modified Files: sql/ChangeLog Branch: default Log Message:
escape sequences Changelog 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 +* 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. + * Fri Sep 30 2022 Joeri van Ruth <[email protected]> - When loading data using COPY BINARY INTO, apply default values instead of just inserting NULLs. _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
