Changeset: 36067aac1de3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=36067aac1de3 Modified Files: gdk/ChangeLog sql/ChangeLog Branch: default Log Message:
Changelog message. diffs (29 lines): diff --git a/gdk/ChangeLog b/gdk/ChangeLog --- a/gdk/ChangeLog +++ b/gdk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog +* Tue Nov 7 2017 Sjoerd Mullender <sjo...@acm.org> +- The NIL representation of the internal flt and dbl types was changed + from the smallest representable finite value to NaN (not-a-number). + * Mon Sep 18 2017 Sjoerd Mullender <sjo...@acm.org> - Changed the interface of ATOMformat and VALformat: they now return a pointer to the allocated string. diff --git a/sql/ChangeLog b/sql/ChangeLog --- a/sql/ChangeLog +++ b/sql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Tue Nov 7 2017 Sjoerd Mullender <sjo...@acm.org> +- The internal NULL representation of the REAL (FLOAT) and DOUBLE + types was changed from the smallest representable finite value to NaN + (not-a-number). + * Tue Aug 1 2017 Sjoerd Mullender <sjo...@acm.org> - Lots of changes to streamline the internal error handling. In principle, all errors should now include a SQLSTATE error code _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list