Home
last modified time | relevance | path

Searched refs:runtimeError (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/tool/
H A Dsqldiff.c85 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()
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 …]
H A Ddbhash.c239 static void runtimeError(const char *zFormat, ...){ in runtimeError() function
259 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()