Changeset: 8306e404f377 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8306e404f377
Modified Files:
        sql/backends/monet5/sql.mal
Branch: malparsing
Log Message:

Add missing ';'


diffs (12 lines):

diff --git a/sql/backends/monet5/sql.mal b/sql/backends/monet5/sql.mal
--- a/sql/backends/monet5/sql.mal
+++ b/sql/backends/monet5/sql.mal
@@ -212,7 +212,7 @@ comment "Return a single bat of selected
 
 command project( col:bat[:oid], l:bat[:oid], r:bat[:oid]) :bat[:oid]
 address BATleftproject
-comment "Last step of a left outer join, ie project the inner join (l,r) over 
the left input side (col)"
+comment "Last step of a left outer join, ie project the inner join (l,r) over 
the left input side (col)";
 
 command getVersion(clientid:int):lng
 address mvc_getVersion
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to