Changeset: 8740db245aad for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/8740db245aad Added Files: clients/mapilib/ChangeLog.copyintobinary sql/ChangeLog.copyintobinary Branch: copyintobinary Log Message:
Add some ChangeLog entries diffs (29 lines): diff --git a/clients/mapilib/ChangeLog.copyintobinary b/clients/mapilib/ChangeLog.copyintobinary new file mode 100644 --- /dev/null +++ b/clients/mapilib/ChangeLog.copyintobinary @@ -0,0 +1,6 @@ +# ChangeLog file for mapilib +# This file is updated with Maddlog + +* Fri Sep 30 2022 Joeri van Ruth <[email protected]> +- Deprecate mapi_setfilecallback() in favor of mapi_setfilecallback2() which + can handle binary downloads. For the time being, the old callback still works. diff --git a/sql/ChangeLog.copyintobinary b/sql/ChangeLog.copyintobinary new file mode 100644 --- /dev/null +++ b/sql/ChangeLog.copyintobinary @@ -0,0 +1,13 @@ +# ChangeLog file for sql +# This file is updated with Maddlog + +* Fri Sep 30 2022 Joeri van Ruth <[email protected]> +- When loading data using COPY BINARY INTO, apply default values instead of just + inserting NULLs. +- When loading data using COPY BINARY INTO, validate DECIMAL(n,k) and + VARCHAR(n) column width. +- When loading data using COPY BINARY INTO, string used to have their line + endings converted from CR LF to LF. Do not do this, it is the responsibility + of the client. +- Implement dumping binary data using COPY SELECT ... INTO BINARY <file>. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
