Searched refs:runtimeError (Results 1 – 2 of 2) sorted by relevance
85 static void runtimeError(const char *zFormat, ...){ in runtimeError() function124 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()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()[all …]
239 static void runtimeError(const char *zFormat, ...){ in runtimeError() function259 if( zSql==0 ) runtimeError("out of memory"); in db_vprepare()262 runtimeError("SQL statement error: %s\n\"%s\"", sqlite3_errmsg(g.db), in db_vprepare()