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

added missing double quotes


diffs (25 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -1867,8 +1867,7 @@ mvc_create_dimension_bat_wrap(Client cnt
        if (*sname && strcmp(*sname, str_nil) != 0)
                throw(SQL, "sql.create_dimension", "unable to find %s.%s(%s)", 
*sname, *tname, *dname);
        throw(SQL, "sql.create_dimension", "unable to find %s(%s)", *tname, 
*dname);
-
-       }
+}
 
 /* str mvc_bind_idxbat_wrap(int *bid, str *sname, str *tname, str *iname, int 
*access); */
 str
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
@@ -220,7 +220,7 @@ comment "Bind the 'schema.table.column' 
 
 pattern create_dimension(mvc:int, schema:str, table:str, 
dimension:str):bat[:oid,:any_1]
 address mvc_create_dimension_bat_wrap
-comment "Bind the 'schema.table.dimension' BAT;
+comment "Bind the 'schema.table.dimension' BAT";
 
 command delta ( col:bat[:oid,:any_3], uid:bat[:oid,:oid], 
uval:bat[:oid,:any_3], ins:bat[:oid,:any_3] )
                :bat[:oid,:any_3] 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to