Lines Matching refs:sqlite3ErrorMsg

21263 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
31587 sqlite3ErrorMsg(db->pParse, "out of memory"); in sqlite3OomFault()
35753 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg() function
35860 sqlite3ErrorMsg(pParse, "unrecognized token: \"%s\"", p->u.zToken); in sqlite3DequoteNumber()
85395 sqlite3ErrorMsg(pCtx->pParse, "%s", sqlite3_value_text(pVal));
103742 sqlite3ErrorMsg(&sParse, "cannot open virtual table: %s", zTable);
103746 sqlite3ErrorMsg(&sParse, "cannot open table without rowid: %s", zTable);
103750 sqlite3ErrorMsg(&sParse, "cannot open table with generated columns: %s",
103756 sqlite3ErrorMsg(&sParse, "cannot open view: %s", zTable);
108706 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
108712 sqlite3ErrorMsg(pParse, "misuse of aliased window function %s",zAs);
108716 sqlite3ErrorMsg(pParse, "row value misused");
108817 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
108819 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
108821 sqlite3ErrorMsg(pParse, "%s: \"%s\" - should this be a"
108825 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
108953 sqlite3ErrorMsg(pParse, "%s prohibited in %s", zMsg, zIn);
109176 sqlite3ErrorMsg(pParse,
109199 sqlite3ErrorMsg(pParse, "not authorized to use function: %#T",
109272 sqlite3ErrorMsg(pParse,
109287 sqlite3ErrorMsg(pParse, "misuse of %s function %#T()",zType,pExpr);
109293 sqlite3ErrorMsg(pParse,"misuse of aggregate function %#T()",pExpr);
109303 sqlite3ErrorMsg(pParse, "no such function: %#T", pExpr);
109306 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %#T()",
109312 sqlite3ErrorMsg(pParse,
109478 sqlite3ErrorMsg(pParse, "row value misused");
109596 sqlite3ErrorMsg(pParse,
109631 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
109712 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
109743 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
110012 sqlite3ErrorMsg(pParse, "HAVING clause on a non-aggregate query");
110096 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
111064 sqlite3ErrorMsg(pParse, "row value misused");
111141 sqlite3ErrorMsg(pParse,
111452 sqlite3ErrorMsg(pParse, "IN(...) element has %d term%s - expected %d",
111528 sqlite3ErrorMsg(pParse, "too many arguments on function %T", pToken);
111543 sqlite3ErrorMsg(pParse,
111628 sqlite3ErrorMsg(pParse, "unsafe use of %#T()", pExpr);
111682 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
111711 sqlite3ErrorMsg(pParse, "too many SQL variables");
112448 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
112593 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
113746 sqlite3ErrorMsg(pParse, zFmt, nActual, nExpect);
113769 sqlite3ErrorMsg(pParse, "row value misused");
114552 sqlite3ErrorMsg(pParse, "oversized integer: %s%#T", negFlag?"-":"",pExpr);
114556 sqlite3ErrorMsg(pParse, "hex literal too big: %s%#T",
114652 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"",
115189 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"",
115432 sqlite3ErrorMsg(pParse, "misuse of aggregate: %#T()", pExpr);
115475 sqlite3ErrorMsg(pParse, "unknown function: %#T()", pExpr);
115592 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
115710 sqlite3ErrorMsg(pParse, "row value misused");
115846 sqlite3ErrorMsg(pParse,
117404 sqlite3ErrorMsg(pParse, "more than %d aggregate terms", mxTerm);
117534 sqlite3ErrorMsg(pParse, "more than %d aggregate terms", mxTerm);
117808 sqlite3ErrorMsg(pParse, "table %s may not be altered", pTab->zName);
117927 sqlite3ErrorMsg(pParse,
117944 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
118123 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
118127 sqlite3ErrorMsg(pParse,
118268 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
118275 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
118347 sqlite3ErrorMsg(pParse, "cannot %s %s \"%s\"",
118405 sqlite3ErrorMsg(pParse, "no such column: \"%T\"", pOld);
119968 sqlite3ErrorMsg(pParse, "no such column: \"%T\"", pName);
119975 sqlite3ErrorMsg(pParse, "cannot drop %s column: \"%s\"",
119984 sqlite3ErrorMsg(pParse, "cannot drop column \"%s\": no other columns exist",zCol);
122581 sqlite3ErrorMsg(pFix->pParse, "%s cannot use variables", pFix->zType);
122604 sqlite3ErrorMsg(pFix->pParse,
122831 sqlite3ErrorMsg(pParse, "authorizer malfunction");
122859 sqlite3ErrorMsg(pParse, "access to %z is prohibited", z);
122964 sqlite3ErrorMsg(pParse, "not authorized");
123454 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
123456 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
123980 sqlite3ErrorMsg(pParse, "corrupt database");
123986 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
124042 sqlite3ErrorMsg(pParse, ""); /* corruptSchema() will supply the error */
124049 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s",
124226 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
124277 sqlite3ErrorMsg(pParse, "%s %T already exists",
124287 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
124433 sqlite3ErrorMsg(pParse, "cannot use RETURNING in a trigger");
124493 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
124540 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
124732 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
124738 sqlite3ErrorMsg(pParse, "cannot use DEFAULT on a generated column");
124794 sqlite3ErrorMsg(pParse,
124831 sqlite3ErrorMsg(pParse,
124874 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
124971 sqlite3ErrorMsg(pParse, "virtual tables cannot use computed columns");
125005 sqlite3ErrorMsg(pParse, "error in generated column \"%s\"",
125012 sqlite3ErrorMsg(pParse, "generated columns not supported");
125657 sqlite3ErrorMsg(pParse, "");
125680 sqlite3ErrorMsg(pParse,
125685 sqlite3ErrorMsg(pParse, "missing datatype for %s.%s",
125710 sqlite3ErrorMsg(pParse,
125715 sqlite3ErrorMsg(pParse, "PRIMARY KEY missing on table %s", p->zName);
125764 sqlite3ErrorMsg(pParse, "must have at least one non-generated column");
125996 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
126118 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
126273 if( iTable<2 ) sqlite3ErrorMsg(pParse, "corrupt schema");
126551 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
126560 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
126564 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
126625 sqlite3ErrorMsg(pParse, "foreign key on %s"
126632 sqlite3ErrorMsg(pParse,
126674 sqlite3ErrorMsg(pParse,
126904 sqlite3ErrorMsg(pParse, "unsupported use of NULLS %s",
127008 sqlite3ErrorMsg(pParse,
127028 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
127033 sqlite3ErrorMsg(pParse, "views may not be indexed");
127039 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
127067 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
127073 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
127208 sqlite3ErrorMsg(pParse, "expressions prohibited in PRIMARY KEY and "
127349 sqlite3ErrorMsg(pParse,
127380 sqlite3ErrorMsg(pParse, "invalid rootpage");
127599 sqlite3ErrorMsg(pParse, "no such index: %S", pName->a);
127608 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
127796 sqlite3ErrorMsg(pParse, "too many FROM clause terms, max: %d",
128064 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
128315 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
128631 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
128756 sqlite3ErrorMsg(pParse, "duplicate WITH table name: %s", zName);
129027 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
129439 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"",
129467 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
129474 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
129547 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
133609 sqlite3ErrorMsg(pParse,
135189 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"", pRedo->zCnName);
135901 sqlite3ErrorMsg(pParse,
135912 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
136061 sqlite3ErrorMsg(pParse,
136068 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
136103 sqlite3ErrorMsg(pParse, "UPSERT not implemented for virtual table \"%s\"",
136108 sqlite3ErrorMsg(pParse, "cannot UPSERT a view");
140833 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
141157 sqlite3ErrorMsg(pParse, "%s", aFcntl[0]);
141673 sqlite3ErrorMsg(pParse, "not a writable directory");
141720 sqlite3ErrorMsg(pParse, "not a writable directory");
141767 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
141789 sqlite3ErrorMsg(pParse,
141959 sqlite3ErrorMsg(db->pParse, "out of memory");
142923 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
144413 if( db->mallocFailed ) sqlite3ErrorMsg(pParse, "out of memory");
144454 sqlite3ErrorMsg(&sParse, "out of memory");
145148 sqlite3ErrorMsg(pParse, "unknown join type: "
145380 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
145432 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
145461 sqlite3ErrorMsg(pParse, "ambiguous reference to %s in USING()",
147531 sqlite3ErrorMsg(pParse, "cannot use window functions in recursive queries");
147599 sqlite3ErrorMsg(pParse, "recursive aggregate queries not supported");
148111 sqlite3ErrorMsg(pParse, "all VALUES must have the same number of terms");
148113 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
150414 sqlite3ErrorMsg(pParse, "no such index: %s", zIndexedBy, 0);
150515 sqlite3ErrorMsg(pParse, "'%s' is not a function", pFrom->zName);
150651 sqlite3ErrorMsg(pParse, pCte->zCteErr, pCte->zName);
150683 sqlite3ErrorMsg(pParse, "no such index: \"%s\"", pFrom->u1.zIndexedBy);
150710 sqlite3ErrorMsg(pParse,
150753 sqlite3ErrorMsg(pParse, "table %s has %d values for %d columns",
150961 sqlite3ErrorMsg(pParse, "too many references to \"%s\": max 65535",
150980 sqlite3ErrorMsg(pParse, "access to view \"%s\" prohibited",
150991 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"",
151249 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
151251 sqlite3ErrorMsg(pParse, "no tables specified");
151261 sqlite3ErrorMsg(pParse, "too many columns in result set");
151606 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
152360 sqlite3ErrorMsg(pParse,
152468 sqlite3ErrorMsg(pParse, "expected %d columns for '%s' but got %d",
153994 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
154049 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
154053 sqlite3ErrorMsg(pParse, "cannot create triggers on shadow tables");
154071 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
154083 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
154091 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
154096 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
154234 sqlite3ErrorMsg(pParse,
154513 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName->a);
154674 sqlite3ErrorMsg(pParse,
154775 sqlite3ErrorMsg(pParse, "RETURNING may not use \"TABLE.*\" wildcards");
155647 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on UPDATE");
155921 sqlite3ErrorMsg(pParse,
155935 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zEName);
157014 sqlite3ErrorMsg(pParse, "%sON CONFLICT clause does not match any "
157920 sqlite3ErrorMsg(pParse, "too many columns on %s", pTable->zName);
158268 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
158274 sqlite3ErrorMsg(pParse, "%s", zErr);
158837 sqlite3ErrorMsg(pParse, "%s", zErr);
163714 sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
163725 sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
164440 sqlite3ErrorMsg(pParse, "too many arguments on %s() - max %d",
165996 sqlite3ErrorMsg(pParse, "out of memory");
166150 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
166152 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
168797 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pSTab->zName);
168860 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pSTab->zName);
170473 sqlite3ErrorMsg(pParse, "no query solution");
171181 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
172103 sqlite3ErrorMsg(pParse, "internal query planner error");
172791 sqlite3ErrorMsg(pParse, "no such window: %s", zName);
172837 sqlite3ErrorMsg(pParse,
172844 sqlite3ErrorMsg(pParse,
173099 sqlite3ErrorMsg(pWalker->pParse,
173374 sqlite3ErrorMsg(pParse, "unsupported frame specification");
173445 sqlite3ErrorMsg(pParse,
173473 sqlite3ErrorMsg(pParse,
175350 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", p);
175379 sqlite3ErrorMsg(pParse, "syntax error near \"ORDER BY\"");
175381 sqlite3ErrorMsg(pParse, "syntax error near \"LIMIT\"");
175407 sqlite3ErrorMsg(pParse,"%s clause should come after %s not before",
175417 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
175506 sqlite3ErrorMsg(pParse, "syntax error after column name \"%.*s\"",
179044sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
179054sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
180152 sqlite3ErrorMsg(pParse,
180159 sqlite3ErrorMsg(pParse,
180166 sqlite3ErrorMsg(pParse,
180592 sqlite3ErrorMsg(pParse, "incomplete input");
182056 sqlite3ErrorMsg(pParse, "unrecognized token: \"%T\"", &x);