Searched refs:SQLITE_SCHEMA (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h399 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
2830 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3309 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
H A Dsqlite3.c952 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
3383 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
3862 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h439 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
4028 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
4675 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
10359 ** If the tables are not compatible, SQLITE_SCHEMA is returned. If the tables
10952 ** case, this function fails with SQLITE_SCHEMA. If the input changeset
11030 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most
H A Dsqlite3.c1502 #define SQLITE_SCHEMA 17 /* The database schema changed */ macro
5091 ** ^If the database schema changes, instead of returning [SQLITE_SCHEMA] as it
5738 ** [SQLITE_INTERRUPT], [SQLITE_SCHEMA], [SQLITE_CORRUPT], and so forth)
11422 ** If the tables are not compatible, SQLITE_SCHEMA is returned. If the tables
12015 ** case, this function fails with SQLITE_SCHEMA. If the input changeset
12093 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most
17129 #define SQLITE_WriteSchema 0x00000001 /* OK to update SQLITE_SCHEMA */
21009 ** itself before giving up and returning SQLITE_SCHEMA.
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1687 if( p->pDb->bLegacyPrepare && rcs==SQLITE_SCHEMA && zPrevSql ){
1688 /* If the runtime error was an SQLITE_SCHEMA, and the database
1691 ** This only happens once. If there is a second SQLITE_SCHEMA

Completed in 922 milliseconds