Changeset: be1c4bedfb23 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=be1c4bedfb23 Modified Files: ChangeLog Branch: default Log Message:
The implementation of in-expression now follows a join-based approach instead of using iterative union/selects. diffs (10 lines): diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,2 +1,6 @@ # ChangeLog file for devel # This file is updated with Maddlog +* Mon Feb 18 2019 Aris Koning <[email protected]> +- The implementation of in-expression now follows a join-based approach + instead of using iterative union/selects. + _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
