Lines Matching refs:sqlite3ErrorMsg

11295 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
20765 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg() function
69986 sqlite3ErrorMsg(pParse, "cannot open virtual table: %s", zTable);
69991 sqlite3ErrorMsg(pParse, "cannot open view: %s", zTable);
72110 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
72154 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
72156 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
72158 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
72345 sqlite3ErrorMsg(pParse, "not authorized to use function: %s",
72355 sqlite3ErrorMsg(pParse, "misuse of aggregate function %.*s()", nId,zId);
72359 sqlite3ErrorMsg(pParse, "no such function: %.*s", nId, zId);
72362 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %.*s()",
72388 sqlite3ErrorMsg(pParse,"subqueries prohibited in CHECK constraints");
72402 sqlite3ErrorMsg(pParse,"parameters prohibited in CHECK constraints");
72515 sqlite3ErrorMsg(pParse,
72550 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
72607 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
72639 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
72835 sqlite3ErrorMsg(pParse, "a GROUP BY clause is required before HAVING");
72883 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
73291 sqlite3ErrorMsg(pParse,
73592 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
73629 sqlite3ErrorMsg(pParse, "too many SQL variables");
74102 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
74987 sqlite3ErrorMsg(pParse, "oversized integer: %s%s", negFlag ? "-" : "", z);
75539 sqlite3ErrorMsg(pParse, "misuse of aggregate: %s()", pExpr->u.zToken);
75571 sqlite3ErrorMsg(pParse, "unknown function: %.*s()", nId, zId);
75853 sqlite3ErrorMsg(pParse,
77160 sqlite3ErrorMsg(pParse, "table %s may not be altered", zName);
77208 sqlite3ErrorMsg(pParse,
77225 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
77445 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
77449 sqlite3ErrorMsg(pParse, "Cannot add a UNIQUE column");
77453 sqlite3ErrorMsg(pParse,
77458 sqlite3ErrorMsg(pParse,
77473 sqlite3ErrorMsg(pParse, "Cannot add a column with non-constant default");
77542 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
77549 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
78368 sqlite3ErrorMsg(pName->pParse, "invalid name: \"%s\"", pExpr->u.zToken);
78796 sqlite3ErrorMsg(pFix->pParse,
78973 sqlite3ErrorMsg(pParse, "authorizer malfunction");
78999 sqlite3ErrorMsg(pParse, "access to %s.%s.%s is prohibited",zDb,zTab,zCol);
79001 sqlite3ErrorMsg(pParse, "access to %s.%s is prohibited", zTab, zCol);
79098 sqlite3ErrorMsg(pParse, "not authorized");
79449 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
79451 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
79805 sqlite3ErrorMsg(pParse, "corrupt database");
79812 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
79835 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s", zName);
79895 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
79949 sqlite3ErrorMsg(pParse, "table %T already exists", pName);
79957 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
80089 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
80097 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
80236 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
80283 sqlite3ErrorMsg(pParse,
80315 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
80416 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
80818 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
80916 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
81211 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
81220 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
81224 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
81340 sqlite3ErrorMsg(pParse, "foreign key on %s"
81347 sqlite3ErrorMsg(pParse,
81385 sqlite3ErrorMsg(pParse,
81667 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
81672 sqlite3ErrorMsg(pParse, "views may not be indexed");
81678 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
81704 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
81710 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
81830 sqlite3ErrorMsg(pParse, "table %s has no column named %s",
81913 sqlite3ErrorMsg(pParse,
82105 sqlite3ErrorMsg(pParse, "no such index: %S", pName, 0);
82113 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
82452 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
82628 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
82898 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
83064 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
83467 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
83473 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
83548 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
85938 sqlite3ErrorMsg(pParse, "foreign key mismatch");
87570 sqlite3ErrorMsg(pParse,
87576 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
87609 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
90073 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
90710 sqlite3ErrorMsg(pParse, "not a writable directory");
90773 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
90795 sqlite3ErrorMsg(pParse,
91249 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
92517 sqlite3ErrorMsg(pParse, "unknown or unsupported join type: "
92522 sqlite3ErrorMsg(pParse,
92691 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
92711 sqlite3ErrorMsg(pParse, "cannot have both ON and USING "
92745 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
92863 sqlite3ErrorMsg(pParse, "only a single result allowed for "
93927 sqlite3ErrorMsg(pParse,"ORDER BY clause should come after %s not before",
93933 sqlite3ErrorMsg(pParse,"LIMIT clause should come after %s not before",
93956 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
95496 sqlite3ErrorMsg(pParse, "no such index: %s", zIndex, 0);
95730 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
95732 sqlite3ErrorMsg(pParse, "no tables specified");
95742 sqlite3ErrorMsg(pParse, "too many columns in result set");
95894 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
96238 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
97242 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
97306 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
97320 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
97330 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
97339 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
97344 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
97650 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName, 0);
98473 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zName);
99844 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
99850 sqlite3ErrorMsg(pParse, "%s", zErr);
102522 sqlite3ErrorMsg(pParse, "out of memory");
102601 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
102603 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
102611 sqlite3ErrorMsg(pParse,
102843 sqlite3ErrorMsg(pParse, "no such collation sequence: %s",
104924 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
105240 sqlite3ErrorMsg(pParse, "cannot use index: %s", pIdx->zName);
107175 sqlite3ErrorMsg(pParse, "parser stack overflow");
108174 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &yymsp[0].minor.yy0);
108206 sqlite3ErrorMsg(pParse, "too many arguments on function %T", &yymsp[-4].minor.yy0);
108551 sqlite3ErrorMsg(pParse,
108558 sqlite3ErrorMsg(pParse,
108565 sqlite3ErrorMsg(pParse,
108776 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
109673 sqlite3ErrorMsg(pParse, "interrupt");