Lines Matching refs:runtimeError
85 static void runtimeError(const char *zFormat, ...){ in runtimeError() function
124 if( p->z==0 ) runtimeError("out of memory"); in strPrintf()
166 if( zSql==0 ) runtimeError("out of memory"); in db_vprepare()
169 runtimeError("SQL statement error: %s\n\"%s\"", sqlite3_errmsg(g.db), in db_vprepare()
316 if( az==0 ) runtimeError("out of memory"); in columnNames()
333 if( az==0 ) runtimeError("out of memory"); in columnNames()
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()
1281 runtimeError("table %s has no usable PK columns", zTab); in rbudiff_one_table()
1601 if( azCol==0 ) runtimeError("out of memory"); in changeset_one_table()
1603 if( aiFlg==0 ) runtimeError("out of memory"); in changeset_one_table()
1610 if( aiPk==0 ) runtimeError("out of memory"); in changeset_one_table()