Changeset: e0269e0cb9c3 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/e0269e0cb9c3 Modified Files: clients/odbc/driver/SQLTables.c Branch: Dec2023 Log Message:
correct comment text diffs (14 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 @@ -222,8 +222,8 @@ MNDBTables(ODBCStmt *stmt, } buf[j] = 0; /* Some ODBC applications use different table type names. - * Replace those names to valid MonetDB table type names - * as defined in sys.tables_types */ + * Replace some SQL synonyms to valid MonetDB + * table type names as defined in sys.table_types */ if (strcmp("BASE TABLE", buf) == 0) { strcpy(buf, "TABLE"); } else _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org