Changeset: 39020e52b30a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/39020e52b30a
Modified Files:
        sql/backends/monet5/sql_statement.c
Branch: pushcands
Log Message:

Typo


diffs (11 lines):

diff --git a/sql/backends/monet5/sql_statement.c 
b/sql/backends/monet5/sql_statement.c
--- a/sql/backends/monet5/sql_statement.c
+++ b/sql/backends/monet5/sql_statement.c
@@ -143,6 +143,7 @@ stmt_project_column_on_cand(backend *be,
                stmt *s = c->op1;
                if (s->nrcols == 0)
                        s = stmt_const(be, sel, NULL, s);
+               else
                        s = stmt_project(be, sel, s);
                res = stmt_alias(be, s, c->tname, c->cname);
        }
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to