Changeset: ac265308c53f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ac265308c53f
Modified Files:
clients/odbc/driver/SQLTables.c
Branch: Jul2017
Log Message:
Merge with Dec2016 branch.
diffs (12 lines):
diff --git a/clients/odbc/driver/SQLTables.c b/clients/odbc/driver/SQLTables.c
--- a/clients/odbc/driver/SQLTables.c
+++ b/clients/odbc/driver/SQLTables.c
@@ -295,7 +295,7 @@ MNDBTables(ODBCStmt *stmt,
"sys.env() e "
"where s.id = t.schema_id and "
"e.name = 'gdk_dbname'");
- //assert(strlen(query) < 1100);
+ assert(strlen(query) < 1900);
query_end += strlen(query_end);
/* dependent on the input parameter values we must add a
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list