Changeset: 5cef270aec67 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/5cef270aec67 Modified Files: clients/mapilib/ChangeLog.Jul2021 sql/ChangeLog.Jul2021 Branch: Jul2021 Log Message:
Changelog blurbs from Joeri. diffs (39 lines): diff --git a/clients/mapilib/ChangeLog.Jul2021 b/clients/mapilib/ChangeLog.Jul2021 --- a/clients/mapilib/ChangeLog.Jul2021 +++ b/clients/mapilib/ChangeLog.Jul2021 @@ -1,3 +1,9 @@ # ChangeLog file for mapilib # This file is updated with Maddlog +* Wed Jul 21 2021 Joeri van Ruth <[email protected]> +- Add optional MAPI header field which can be used to immediately + set reply size, autocommit, time zone and some other options, see + mapi.h. This makes client connection setup faster. Support has been + added to mapilib, pymonetdb and the jdbc driver. + diff --git a/sql/ChangeLog.Jul2021 b/sql/ChangeLog.Jul2021 --- a/sql/ChangeLog.Jul2021 +++ b/sql/ChangeLog.Jul2021 @@ -1,6 +1,22 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Wed Jul 21 2021 Joeri van Ruth <[email protected]> +- Fix a warning emitted by some implementations of the tar(1) command + when unpacking hot snapshot files. +- support reading the concatenation of compressed files as a single + compressed file. +- COPY BINARY overhaul. Allow control over binary endianness using + COPY [ (BIG | LITTLE | NATIVE) ENDIAN] BINARY syntax. Defaults to + NATIVE. Strings are now \0 terminated rather than \n. Support for + BOOL, TINYINT, SMALLINT, INT, LARGEINT, HUGEINT, with their + respective "INTMIN" values as the NULL representation; 32 and 64 bit + FLOAT/REAL, with NaN as the NULL representation; VARCHAR/TEXT, JSON + and URL with \x80 as the NULL representation; UUID as fixed width 16 + byte binary values, with (by default) all zeroes as the NULL + representation; temporal type structs as defined in copybinary.h + with any invalid value as the NULL representation. + * Tue Jul 20 2021 Niels Nes <[email protected]> - In the Jul2021 release the storage and transaction layers have undergone major changes. The goal of these changes is robust _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
