Changeset: 6dd707af01a6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6dd707af01a6 Modified Files: gdk/ChangeLog.Apr2011 sql/ChangeLog.Apr2011 Branch: Apr2011 Log Message:
Added some changelog entries. diffs (26 lines): diff --git a/gdk/ChangeLog.Apr2011 b/gdk/ChangeLog.Apr2011 --- a/gdk/ChangeLog.Apr2011 +++ b/gdk/ChangeLog.Apr2011 @@ -1,3 +1,8 @@ # ChangeLog file for MonetDB # This file is updated with Maddlog +* Thu Apr 14 2011 Sjoerd Mullender <[email protected]> +- Fixed bugs in antiselect which gave the incorrect result when upper + and lower bount were equal. This bug could be triggered by the SQL + query SELECT * FROM t WHERE x NOT BETWEEN y AND y. + diff --git a/sql/ChangeLog.Apr2011 b/sql/ChangeLog.Apr2011 --- a/sql/ChangeLog.Apr2011 +++ b/sql/ChangeLog.Apr2011 @@ -1,3 +1,10 @@ # ChangeLog file for sql # This file is updated with Maddlog +* Thu Apr 14 2011 Sjoerd Mullender <[email protected]> +- Some names in the SQL catalog were changed. This means that the + database in the Apr2011 release is not compatible with pre-Apr2011 + databases. The database is converted automatically when opened the + first time. This database can then no longer be read by an older + release. + _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
