Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3ErrorMsg

10753 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
20109 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){
66678 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable);
66683 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable);
67911 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
67955 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
67957 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
67959 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
68146 sqlite3ErrorMsg(pParse, "not authorized to use function: %s",
68156 sqlite3ErrorMsg(pParse, "misuse of aggregate function %.*s()", nId,zId);
68160 sqlite3ErrorMsg(pParse, "no such function: %.*s", nId, zId);
68163 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %.*s()",
68189 sqlite3ErrorMsg(pParse,"subqueries prohibited in CHECK constraints");
68203 sqlite3ErrorMsg(pParse,"parameters prohibited in CHECK constraints");
68316 sqlite3ErrorMsg(pParse,
68351 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
68408 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
68440 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
68622 sqlite3ErrorMsg(pParse, "a GROUP BY clause is required before HAVING");
68670 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
69078 sqlite3ErrorMsg(pParse,
69375 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
69415 sqlite3ErrorMsg(pParse, "too many SQL variables");
69884 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
70778 sqlite3ErrorMsg(pParse, "oversized integer: %s%s", negFlag ? "-" : "", z);
71328 sqlite3ErrorMsg(pParse, "misuse of aggregate: %s()", pExpr->u.zToken);
71360 sqlite3ErrorMsg(pParse, "unknown function: %.*s()", nId, zId);
71642 sqlite3ErrorMsg(pParse,
72977 sqlite3ErrorMsg(pParse,
72988 sqlite3ErrorMsg(pParse, "table %s may not be altered", pTab->zName);
72997 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
73217 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
73221 sqlite3ErrorMsg
73225 sqlite3ErrorMsg(pParse,
73230 sqlite3ErrorMsg(pParse,
73245 sqlite3ErrorMsg(pParse, "Cannot add a column with non-constant default");
73314 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
73321 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
74107 sqlite3ErrorMsg(pName->pParse, "invalid name: \"%s\"", pExpr->u.zToken);
74517 sqlite3ErrorMsg(pFix->pParse,
74694 sqlite3ErrorMsg(pParse, "authorizer malfunction");
74720 sqlite3ErrorMsg(pParse, "access to %s.%s.%s is prohibited",zDb,zTab,zCol);
74722 sqlite3ErrorMsg(pParse, "access to %s.%s is prohibited", zTab, zCol);
74819 sqlite3ErrorMsg(pParse, "not authorized");
75166 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
75168 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
75499 sqlite3ErrorMsg(pParse, "corrupt database");
75506 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
75529 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s", zName);
75589 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
75643 sqlite3ErrorMsg(pParse, "table %T already exists", pName);
75648 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
75779 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
75787 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
75926 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
75973 sqlite3ErrorMsg(pParse,
76005 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
76106 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
76505 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
76603 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
76869 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
76878 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
76882 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
77005 sqlite3ErrorMsg(pParse, "foreign key on %s"
77012 sqlite3ErrorMsg(pParse,
77050 sqlite3ErrorMsg(pParse,
77295 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
77300 sqlite3ErrorMsg(pParse, "views may not be indexed");
77306 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
77332 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
77338 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
77454 sqlite3ErrorMsg(pParse, "table %s has no column named %s",
77537 sqlite3ErrorMsg(pParse,
77729 sqlite3ErrorMsg(pParse, "no such index: %S", pName, 0);
77735 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
78080 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
78255 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
78508 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
78674 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
79065 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
79071 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
79146 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
81514 sqlite3ErrorMsg(pParse, "foreign key mismatch");
83117 sqlite3ErrorMsg(pParse,
83123 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
83156 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
85588 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
86225 sqlite3ErrorMsg(pParse, "not a writable directory");
86288 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
86310 sqlite3ErrorMsg(pParse,
86763 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
88015 sqlite3ErrorMsg(pParse, "unknown or unsupported join type: "
88020 sqlite3ErrorMsg(pParse,
88189 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
88209 sqlite3ErrorMsg(pParse, "cannot have both ON and USING "
88243 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
88355 sqlite3ErrorMsg(pParse, "only a single result allowed for "
89400 sqlite3ErrorMsg(pParse,"ORDER BY clause should come after %s not before",
89406 sqlite3ErrorMsg(pParse,"LIMIT clause should come after %s not before",
89429 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
90963 sqlite3ErrorMsg(pParse, "no such index: %s", zIndex, 0);
91197 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
91199 sqlite3ErrorMsg(pParse, "no tables specified");
91209 sqlite3ErrorMsg(pParse, "too many columns in result set");
91361 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
91651 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
92581 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
92632 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
92645 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
92652 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
92661 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
92666 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
92971 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName, 0);
93785 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zName);
95136 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
95142 sqlite3ErrorMsg(pParse, "%s", zErr);
97474 sqlite3ErrorMsg(pParse, "out of memory");
97552 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
97554 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
97562 sqlite3ErrorMsg(pParse,
97775 sqlite3ErrorMsg(pParse, "no such collation sequence: %s",
99614 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
99912 sqlite3ErrorMsg(pParse, "cannot use index: %s", pIdx->zName);
101845 sqlite3ErrorMsg(pParse, "parser stack overflow");
102844 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &yymsp[0].minor.yy0);
102876 sqlite3ErrorMsg(pParse, "too many arguments on function %T", &yymsp[-4].minor.yy0);
103221 sqlite3ErrorMsg(pParse,
103228 sqlite3ErrorMsg(pParse,
103235 sqlite3ErrorMsg(pParse,
103446 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
104344 sqlite3ErrorMsg(pParse, "interrupt");