Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3ErrorMsg

12485 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
22404 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){
74708 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable);
74712 sqlite3ErrorMsg(pParse, "cannot open table without rowid: %s", zTable);
74717 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable);
77190 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
77235 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
77237 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
77239 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
77321 sqlite3ErrorMsg(pParse, "%s prohibited in partial index WHERE clauses",
77336 sqlite3ErrorMsg(pParse,"%s prohibited in CHECK constraints", zMsg);
77472 sqlite3ErrorMsg(pParse, "second argument to likelihood() must be a "
77495 sqlite3ErrorMsg(pParse, "not authorized to use function: %s",
77506 sqlite3ErrorMsg(pParse, "misuse of aggregate function %.*s()", nId,zId);
77510 sqlite3ErrorMsg(pParse, "no such function: %.*s", nId, zId);
77513 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %.*s()",
77666 sqlite3ErrorMsg(pParse,
77701 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
77764 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
77796 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
78000 sqlite3ErrorMsg(pParse, "a GROUP BY clause is required before HAVING");
78045 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
78533 sqlite3ErrorMsg(pParse,
78870 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
78907 sqlite3ErrorMsg(pParse, "too many SQL variables");
79416 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
80402 sqlite3ErrorMsg(pParse, "oversized integer: %s%s", negFlag ? "-" : "", z);
80406 sqlite3ErrorMsg(pParse, "hex literal too big: %s", z);
80965 sqlite3ErrorMsg(pParse, "misuse of aggregate: %s()", pExpr->u.zToken);
80994 sqlite3ErrorMsg(pParse, "unknown function: %.*s()", nId, zId);
81309 sqlite3ErrorMsg(pParse,
82964 sqlite3ErrorMsg(pParse, "table %s may not be altered", zName);
83012 sqlite3ErrorMsg(pParse,
83029 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
83250 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
83254 sqlite3ErrorMsg(pParse, "Cannot add a UNIQUE column");
83258 sqlite3ErrorMsg(pParse,
83263 sqlite3ErrorMsg(pParse,
83278 sqlite3ErrorMsg(pParse, "Cannot add a column with non-constant default");
83347 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
83354 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
85727 sqlite3ErrorMsg(pFix->pParse,
85786 sqlite3ErrorMsg(pFix->pParse, "%s cannot use variables", pFix->zType);
85928 sqlite3ErrorMsg(pParse, "authorizer malfunction");
85954 sqlite3ErrorMsg(pParse, "access to %s.%s.%s is prohibited",zDb,zTab,zCol);
85956 sqlite3ErrorMsg(pParse, "access to %s.%s is prohibited", zTab, zCol);
86053 sqlite3ErrorMsg(pParse, "not authorized");
86423 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
86425 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
86824 sqlite3ErrorMsg(pParse, "corrupt database");
86831 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
86854 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s", zName);
86935 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
86989 sqlite3ErrorMsg(pParse, "table %T already exists", pName);
86997 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
87129 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
87137 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
87303 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
87351 sqlite3ErrorMsg(pParse,
87384 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
87885 sqlite3ErrorMsg(pParse,
87890 sqlite3ErrorMsg(pParse, "PRIMARY KEY missing on table %s", p->zName);
88089 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
88186 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
88553 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
88562 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
88566 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
88625 sqlite3ErrorMsg(pParse, "foreign key on %s"
88632 sqlite3ErrorMsg(pParse,
88670 sqlite3ErrorMsg(pParse,
88950 sqlite3ErrorMsg(pParse,
88969 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
88974 sqlite3ErrorMsg(pParse, "views may not be indexed");
88980 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
89007 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
89013 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
89124 sqlite3ErrorMsg(pParse, "table %s has no column named %s",
89221 sqlite3ErrorMsg(pParse,
89415 sqlite3ErrorMsg(pParse, "no such index: %S", pName, 0);
89423 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
89757 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
89927 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
90232 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
90306 sqlite3ErrorMsg(pParse, "duplicate WITH table name: %s", zName);
90460 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
90901 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
90907 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
90976 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
93700 sqlite3ErrorMsg(pParse,
95404 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
95514 sqlite3ErrorMsg(pParse,
95520 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
98772 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
98979 sqlite3ErrorMsg(pParse, "%s", aFcntl[0]);
99449 sqlite3ErrorMsg(pParse, "not a writable directory");
99499 sqlite3ErrorMsg(pParse, "not a writable directory");
99551 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
99573 sqlite3ErrorMsg(pParse,
100278 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
101658 sqlite3ErrorMsg(pParse, "unknown or unsupported join type: "
101663 sqlite3ErrorMsg(pParse,
101832 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
101852 sqlite3ErrorMsg(pParse, "cannot have both ON and USING "
101886 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
102042 sqlite3ErrorMsg(pParse, "only a single result allowed for "
103530 sqlite3ErrorMsg(pParse,"ORDER BY clause should come after %s not before",
103536 sqlite3ErrorMsg(pParse,"LIMIT clause should come after %s not before",
103560 sqlite3ErrorMsg(pParse, "all VALUES must have the same number of terms");
103562 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
105098 sqlite3ErrorMsg(pParse, "no such index: %s", zIndex, 0);
105265 sqlite3ErrorMsg(pParse, pCte->zErr, pCte->zName);
105303 sqlite3ErrorMsg(
105319 sqlite3ErrorMsg(pParse, "table %s has %d values for %d columns",
105460 sqlite3ErrorMsg(pParse, "too many references to \"%s\": max 65535",
105644 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
105646 sqlite3ErrorMsg(pParse, "no tables specified");
105656 sqlite3ErrorMsg(pParse, "too many columns in result set");
105826 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
107166 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
107230 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
107244 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
107254 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
107263 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
107268 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
107572 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName, 0);
108426 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zName);
109930 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
109936 sqlite3ErrorMsg(pParse, "%s", zErr);
112676 sqlite3ErrorMsg(pParse, "out of memory");
112757 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
112759 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
112767 sqlite3ErrorMsg(pParse,
115791 sqlite3ErrorMsg(pParse, "%s.xBestIndex() malfunction", pTab->zName);
116618 sqlite3ErrorMsg(pParse, "no query solution");
116895 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
119085 sqlite3ErrorMsg(pParse, "parser stack overflow");
119622 sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
119841 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
120165 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &yymsp[0].minor.yy0);
120194 sqlite3ErrorMsg(pParse, "too many arguments on function %T", &yymsp[-4].minor.yy0);
120558 sqlite3ErrorMsg(pParse,
120565 sqlite3ErrorMsg(pParse,
120572 sqlite3ErrorMsg(pParse,
120793 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
121691 sqlite3ErrorMsg(pParse, "interrupt");