Changeset: 0ca93aedb915 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0ca93aedb915 Modified Files: gdk/ChangeLog monetdb5/ChangeLog Branch: default Log Message:
Changelog blurb. diffs (25 lines): diff --git a/gdk/ChangeLog b/gdk/ChangeLog --- a/gdk/ChangeLog +++ b/gdk/ChangeLog @@ -1,3 +1,8 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog +* Thu Apr 18 2019 Sjoerd Mullender <[email protected]> +- All forms of BATcalcbetween and VARcalcbetween have extra bool arguments + for low inclusive, high inclusive and nils false. The latter causes + the result to be false instead of nil if the value being checked is nil. + diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog --- a/monetdb5/ChangeLog +++ b/monetdb5/ChangeLog @@ -2,6 +2,9 @@ # This file is updated with Maddlog * Thu Apr 18 2019 Sjoerd Mullender <[email protected]> +- Removed (bat)calc.between_symmetric and changed (bat)calc.between + by adding a number of extra arguments, all of type :bit: symmetric, + low inclusive, high inclusive, nils false. - The layout of the bits in the tzone and rule atoms was changed. Before they were bitfields for which the C language does not give a guarantee (except that they are packed); now they are explicitly masked _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
