Searched refs:safeId (Results 1 – 1 of 1) sorted by relevance
137 static char *safeId(const char *zId){ in safeId() function323 char * sid = safeId((char*)sqlite3_column_text(pStmt,1)); in columnNames()449 char *zId = safeId(zTab); /* Name of the table */ in dump_table()524 char *zId = safeId(zTab); /* Name of table (translated for us in SQL) */ in diff_one_table()599 fprintf(out, "ALTER TABLE %s ADD COLUMN %s;\n", zId, safeId(az2[n2])); in diff_one_table()698 char *z = safeId((const char*)sqlite3_column_text(pStmt,0)); in diff_one_table()784 runtimeError("schema changes for table %s", safeId(zTab)); in checkSchemasMatch()787 runtimeError("table %s missing from one or both databases", safeId(zTab)); in checkSchemasMatch()1391 char *zId = safeId(zTab); /* Name of table (translated for us in SQL) */ in summarize_one_table()1583 char *zId = safeId(zTab); /* Escaped name of the table */ in changeset_one_table()[all …]