Lines Matching refs:sqliteErrorMsg

134       sqliteErrorMsg(pParse, "no such table: %s.%s", zDbase, zName);  in sqliteLocateTable()
136 sqliteErrorMsg(pParse, "table \"%s\" is not in database \"%s\"", in sqliteLocateTable()
139 sqliteErrorMsg(pParse, "no such table: %s", zName); in sqliteLocateTable()
477 sqliteErrorMsg(pParse, "unable to open a temporary database " in sqliteStartTable()
485 sqliteErrorMsg(pParse, "unable to get a write lock on " in sqliteStartTable()
502 sqliteErrorMsg(pParse, "table %T already exists", pName); in sqliteStartTable()
508 sqliteErrorMsg(pParse, "there is already an index named %s", zName); in sqliteStartTable()
567 sqliteErrorMsg(pParse, "duplicate column name: %s", z); in sqliteAddColumn()
686 sqliteErrorMsg(pParse, in sqliteAddPrimaryKey()
1077 sqliteErrorMsg(pParse, "view %s is circularly defined", pTable->zName); in sqliteViewGetColumnNames()
1166 sqliteErrorMsg(pParse, "no such table: %T", pTok); in sqliteTableFromToken()
1217 sqliteErrorMsg(pParse, "table %s may not be dropped", pTable->zName); in sqliteDropTable()
1222 sqliteErrorMsg(pParse, "use DROP TABLE to delete table %s", pTable->zName); in sqliteDropTable()
1226 sqliteErrorMsg(pParse, "use DROP VIEW to delete view %s", pTable->zName); in sqliteDropTable()
1369 sqliteErrorMsg(pParse, "foreign key on %s" in sqliteCreateForeignKey()
1376 sqliteErrorMsg(pParse, in sqliteCreateForeignKey()
1414 sqliteErrorMsg(pParse, in sqliteCreateForeignKey()
1511 sqliteErrorMsg(pParse, "table %s may not be indexed", pTab->zName); in sqliteCreateIndex()
1515 sqliteErrorMsg(pParse, "table %s may not have indices added", pTab->zName); in sqliteCreateIndex()
1519 sqliteErrorMsg(pParse, "views may not be indexed"); in sqliteCreateIndex()
1543 sqliteErrorMsg(pParse, "index %s already exists", zName); in sqliteCreateIndex()
1547 sqliteErrorMsg(pParse, "there is already a table named %s", zName); in sqliteCreateIndex()
1616 sqliteErrorMsg(pParse, "table %s has no column named %s", in sqliteCreateIndex()
1766 sqliteErrorMsg(pParse, "no such index: %S", pName, 0); in sqliteDropIndex()
1770 sqliteErrorMsg(pParse, "index associated with UNIQUE " in sqliteDropIndex()
1775 sqliteErrorMsg(pParse, "cannot alter schema of attached " in sqliteDropIndex()
2026 sqliteErrorMsg(pParse, "cannot start a transaction within a transaction"); in sqliteBeginTransaction()
2046 sqliteErrorMsg(pParse, "cannot commit - no transaction is active"); in sqliteCommitTransaction()
2069 sqliteErrorMsg(pParse, "cannot rollback - no transaction is active"); in sqliteRollbackTransaction()