Changeset: 4c492afafc0e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=4c492afafc0e
Modified Files:
        gdk/ChangeLog
        monetdb5/ChangeLog
Branch: default
Log Message:

Fixed too eager translation of leftfetchjoin to projection.


diffs (24 lines):

diff --git a/gdk/ChangeLog b/gdk/ChangeLog
--- a/gdk/ChangeLog
+++ b/gdk/ChangeLog
@@ -20,7 +20,7 @@
 - Removed BATsemijoin.  Use BATsubsemijoin instead.
 - Removed BATjoin.  Use BATsubjoin instead.
 - Removed BATleftjoin.  Use BATsubleftjoin or BATproject instead.
-- Removed BATprojection.  Use BATproject instead.
+- Removed BATleftfetchjoin.  Use BATproject instead.
 - Removed BUNins from the list of exported functions.
 
 * Thu Sep 10 2015 Sjoerd Mullender <[email protected]>
diff --git a/monetdb5/ChangeLog b/monetdb5/ChangeLog
--- a/monetdb5/ChangeLog
+++ b/monetdb5/ChangeLog
@@ -32,7 +32,7 @@
 
 * Wed Sep 16 2015 Sjoerd Mullender <[email protected]>
 - Removed algebra.leftjoin.  Use algebra.subleftjoin or
-  algebra.projection instead.
+  algebra.leftfetchjoin instead.
 - Removed algebra.tdiff and algebra.tinter.
 
 * Mon Sep 14 2015 Sjoerd Mullender <[email protected]>
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to