Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3ErrorMsg

10989 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
20370 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){
68607 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable);
68612 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable);
69841 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
69885 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
69887 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
69889 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
70076 sqlite3ErrorMsg(pParse, "not authorized to use function: %s",
70086 sqlite3ErrorMsg(pParse, "misuse of aggregate function %.*s()", nId,zId);
70090 sqlite3ErrorMsg(pParse, "no such function: %.*s", nId, zId);
70093 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %.*s()",
70119 sqlite3ErrorMsg(pParse,"subqueries prohibited in CHECK constraints");
70133 sqlite3ErrorMsg(pParse,"parameters prohibited in CHECK constraints");
70246 sqlite3ErrorMsg(pParse,
70281 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
70338 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
70370 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
70552 sqlite3ErrorMsg(pParse, "a GROUP BY clause is required before HAVING");
70600 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
71008 sqlite3ErrorMsg(pParse,
71306 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
71344 sqlite3ErrorMsg(pParse, "too many SQL variables");
71817 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
72706 sqlite3ErrorMsg(pParse, "oversized integer: %s%s", negFlag ? "-" : "", z);
73256 sqlite3ErrorMsg(pParse, "misuse of aggregate: %s()", pExpr->u.zToken);
73288 sqlite3ErrorMsg(pParse, "unknown function: %.*s()", nId, zId);
73570 sqlite3ErrorMsg(pParse,
74877 sqlite3ErrorMsg(pParse, "table %s may not be altered", zName);
74925 sqlite3ErrorMsg(pParse,
74942 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
75162 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
75166 sqlite3ErrorMsg(pParse, "Cannot add a UNIQUE column");
75170 sqlite3ErrorMsg(pParse,
75175 sqlite3ErrorMsg(pParse,
75190 sqlite3ErrorMsg(pParse, "Cannot add a column with non-constant default");
75259 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
75266 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
76085 sqlite3ErrorMsg(pName->pParse, "invalid name: \"%s\"", pExpr->u.zToken);
76499 sqlite3ErrorMsg(pFix->pParse,
76676 sqlite3ErrorMsg(pParse, "authorizer malfunction");
76702 sqlite3ErrorMsg(pParse, "access to %s.%s.%s is prohibited",zDb,zTab,zCol);
76704 sqlite3ErrorMsg(pParse, "access to %s.%s is prohibited", zTab, zCol);
76801 sqlite3ErrorMsg(pParse, "not authorized");
77154 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
77156 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
77510 sqlite3ErrorMsg(pParse, "corrupt database");
77517 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
77540 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s", zName);
77600 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
77654 sqlite3ErrorMsg(pParse, "table %T already exists", pName);
77662 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
77794 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
77802 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
77941 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
77988 sqlite3ErrorMsg(pParse,
78020 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
78121 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
78523 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
78621 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
78893 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
78902 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
78906 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
79029 sqlite3ErrorMsg(pParse, "foreign key on %s"
79036 sqlite3ErrorMsg(pParse,
79074 sqlite3ErrorMsg(pParse,
79320 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
79325 sqlite3ErrorMsg(pParse, "views may not be indexed");
79331 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
79357 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
79363 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
79483 sqlite3ErrorMsg(pParse, "table %s has no column named %s",
79566 sqlite3ErrorMsg(pParse,
79759 sqlite3ErrorMsg(pParse, "no such index: %S", pName, 0);
79767 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
80112 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
80287 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
80557 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
80723 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
81126 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
81132 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
81207 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
83570 sqlite3ErrorMsg(pParse, "foreign key mismatch");
85173 sqlite3ErrorMsg(pParse,
85179 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
85212 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
87648 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
88285 sqlite3ErrorMsg(pParse, "not a writable directory");
88348 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
88370 sqlite3ErrorMsg(pParse,
88824 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
90090 sqlite3ErrorMsg(pParse, "unknown or unsupported join type: "
90095 sqlite3ErrorMsg(pParse,
90264 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
90284 sqlite3ErrorMsg(pParse, "cannot have both ON and USING "
90318 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
90430 sqlite3ErrorMsg(pParse, "only a single result allowed for "
91479 sqlite3ErrorMsg(pParse,"ORDER BY clause should come after %s not before",
91485 sqlite3ErrorMsg(pParse,"LIMIT clause should come after %s not before",
91508 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
93048 sqlite3ErrorMsg(pParse, "no such index: %s", zIndex, 0);
93282 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
93284 sqlite3ErrorMsg(pParse, "no tables specified");
93294 sqlite3ErrorMsg(pParse, "too many columns in result set");
93446 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
93762 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
94694 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
94745 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
94759 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
94769 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
94778 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
94783 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
95090 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName, 0);
95912 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zName);
97265 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
97271 sqlite3ErrorMsg(pParse, "%s", zErr);
99655 sqlite3ErrorMsg(pParse, "out of memory");
99733 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
99735 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
99743 sqlite3ErrorMsg(pParse,
99975 sqlite3ErrorMsg(pParse, "no such collation sequence: %s",
102046 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
102343 sqlite3ErrorMsg(pParse, "cannot use index: %s", pIdx->zName);
104276 sqlite3ErrorMsg(pParse, "parser stack overflow");
105275 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &yymsp[0].minor.yy0);
105307 sqlite3ErrorMsg(pParse, "too many arguments on function %T", &yymsp[-4].minor.yy0);
105652 sqlite3ErrorMsg(pParse,
105659 sqlite3ErrorMsg(pParse,
105666 sqlite3ErrorMsg(pParse,
105877 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
106775 sqlite3ErrorMsg(pParse, "interrupt");