Lines Matching refs:sqlite3ErrorMsg
20716 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
30774 sqlite3ErrorMsg(db->pParse, "out of memory"); in sqlite3OomFault()
34829 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg() function
83890 sqlite3ErrorMsg(pCtx->pParse, "%s", sqlite3_value_text(pVal));
101907 sqlite3ErrorMsg(&sParse, "cannot open virtual table: %s", zTable);
101911 sqlite3ErrorMsg(&sParse, "cannot open table without rowid: %s", zTable);
101916 sqlite3ErrorMsg(&sParse, "cannot open view: %s", zTable);
106826 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
106832 sqlite3ErrorMsg(pParse, "misuse of aliased window function %s",zAs);
106836 sqlite3ErrorMsg(pParse, "row value misused");
106937 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
106939 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
106941 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
107065 sqlite3ErrorMsg(pParse, "%s prohibited in %s", zMsg, zIn);
107258 sqlite3ErrorMsg(pParse,
107281 sqlite3ErrorMsg(pParse, "not authorized to use function: %#T",
107336 sqlite3ErrorMsg(pParse,
107351 sqlite3ErrorMsg(pParse, "misuse of %s function %#T()",zType,pExpr);
107357 sqlite3ErrorMsg(pParse,"misuse of aggregate function %#T()",pExpr);
107367 sqlite3ErrorMsg(pParse, "no such function: %#T", pExpr);
107370 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %#T()",
107376 sqlite3ErrorMsg(pParse,
107542 sqlite3ErrorMsg(pParse, "row value misused");
107660 sqlite3ErrorMsg(pParse,
107695 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
107776 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
107807 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
108068 sqlite3ErrorMsg(pParse, "HAVING clause on a non-aggregate query");
108147 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
109103 sqlite3ErrorMsg(pParse, "row value misused");
109180 sqlite3ErrorMsg(pParse,
109490 sqlite3ErrorMsg(pParse, "IN(...) element has %d term%s - expected %d",
109566 sqlite3ErrorMsg(pParse, "too many arguments on function %T", pToken);
109581 sqlite3ErrorMsg(pParse,
109666 sqlite3ErrorMsg(pParse, "unsafe use of %#T()", pExpr);
109720 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
109749 sqlite3ErrorMsg(pParse, "too many SQL variables");
110465 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
110610 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
111644 sqlite3ErrorMsg(pParse, zFmt, nActual, nExpect);
111667 sqlite3ErrorMsg(pParse, "row value misused");
112354 sqlite3ErrorMsg(pParse, "oversized integer: %s%#T", negFlag?"-":"",pExpr);
112358 sqlite3ErrorMsg(pParse, "hex literal too big: %s%#T",
112454 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"",
112923 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"",
113166 sqlite3ErrorMsg(pParse, "misuse of aggregate: %#T()", pExpr);
113207 sqlite3ErrorMsg(pParse, "unknown function: %#T()", pExpr);
113324 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
113441 sqlite3ErrorMsg(pParse, "row value misused");
113577 sqlite3ErrorMsg(pParse,
115450 sqlite3ErrorMsg(pParse, "table %s may not be altered", pTab->zName);
115569 sqlite3ErrorMsg(pParse,
115586 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
115765 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
115769 sqlite3ErrorMsg(pParse,
115910 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
115917 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
115989 sqlite3ErrorMsg(pParse, "cannot %s %s \"%s\"",
116049 sqlite3ErrorMsg(pParse, "no such column: \"%T\"", pOld);
117592 sqlite3ErrorMsg(pParse, "no such column: \"%T\"", pName);
117599 sqlite3ErrorMsg(pParse, "cannot drop %s column: \"%s\"",
117608 sqlite3ErrorMsg(pParse, "cannot drop column \"%s\": no other columns exist",zCol);
120188 sqlite3ErrorMsg(pFix->pParse, "%s cannot use variables", pFix->zType);
120211 sqlite3ErrorMsg(pFix->pParse,
120437 sqlite3ErrorMsg(pParse, "authorizer malfunction");
120469 sqlite3ErrorMsg(pParse, "access to %z is prohibited", z);
120578 sqlite3ErrorMsg(pParse, "not authorized");
120813 sqlite3ErrorMsg(pParse, "user not authenticated");
121091 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
121093 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
121617 sqlite3ErrorMsg(pParse, "corrupt database");
121623 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
121679 sqlite3ErrorMsg(pParse, ""); /* corruptSchema() will supply the error */
121686 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s",
121857 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
121908 sqlite3ErrorMsg(pParse, "%s %T already exists",
121918 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
122063 sqlite3ErrorMsg(pParse, "cannot use RETURNING in a trigger");
122123 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
122172 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
122360 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
122366 sqlite3ErrorMsg(pParse, "cannot use DEFAULT on a generated column");
122422 sqlite3ErrorMsg(pParse,
122459 sqlite3ErrorMsg(pParse,
122506 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
122601 sqlite3ErrorMsg(pParse, "virtual tables cannot use computed columns");
122635 sqlite3ErrorMsg(pParse, "error in generated column \"%s\"",
122642 sqlite3ErrorMsg(pParse, "generated columns not supported");
123275 sqlite3ErrorMsg(pParse, "");
123298 sqlite3ErrorMsg(pParse,
123303 sqlite3ErrorMsg(pParse, "missing datatype for %s.%s",
123328 sqlite3ErrorMsg(pParse,
123333 sqlite3ErrorMsg(pParse, "PRIMARY KEY missing on table %s", p->zName);
123382 sqlite3ErrorMsg(pParse, "must have at least one non-generated column");
123615 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
123733 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
123888 if( iTable<2 ) sqlite3ErrorMsg(pParse, "corrupt schema");
124164 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
124173 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
124177 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
124238 sqlite3ErrorMsg(pParse, "foreign key on %s"
124245 sqlite3ErrorMsg(pParse,
124287 sqlite3ErrorMsg(pParse,
124515 sqlite3ErrorMsg(pParse, "unsupported use of NULLS %s",
124619 sqlite3ErrorMsg(pParse,
124642 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
124647 sqlite3ErrorMsg(pParse, "views may not be indexed");
124653 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
124681 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
124687 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
124822 sqlite3ErrorMsg(pParse, "expressions prohibited in PRIMARY KEY and "
124963 sqlite3ErrorMsg(pParse,
124994 sqlite3ErrorMsg(pParse, "invalid rootpage");
125211 sqlite3ErrorMsg(pParse, "no such index: %S", pName->a);
125220 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
125410 sqlite3ErrorMsg(pParse, "too many FROM clause terms, max: %d",
125591 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
125840 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
126156 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
126281 sqlite3ErrorMsg(pParse, "duplicate WITH table name: %s", zName);
126553 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
126958 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"",
126986 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
126993 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
127065 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
130937 sqlite3ErrorMsg(pParse,
132515 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"", pRedo->zCnName);
133025 sqlite3ErrorMsg(pParse,
133039 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
133168 sqlite3ErrorMsg(pParse,
133175 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
133210 sqlite3ErrorMsg(pParse, "UPSERT not implemented for virtual table \"%s\"",
133215 sqlite3ErrorMsg(pParse, "cannot UPSERT a view");
137900 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
138224 sqlite3ErrorMsg(pParse, "%s", aFcntl[0]);
138740 sqlite3ErrorMsg(pParse, "not a writable directory");
138787 sqlite3ErrorMsg(pParse, "not a writable directory");
138834 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
138856 sqlite3ErrorMsg(pParse,
139028 sqlite3ErrorMsg(db->pParse, "out of memory");
139966 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
141370 if( db->mallocFailed ) sqlite3ErrorMsg(pParse, "out of memory");
141411 sqlite3ErrorMsg(&sParse, "out of memory");
142093 sqlite3ErrorMsg(pParse, "unknown join type: "
142300 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
142352 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
142379 sqlite3ErrorMsg(pParse, "ambiguous reference to %s in USING()",
144427 sqlite3ErrorMsg(pParse, "cannot use window functions in recursive queries");
144495 sqlite3ErrorMsg(pParse, "recursive aggregate queries not supported");
145006 sqlite3ErrorMsg(pParse, "all VALUES must have the same number of terms");
145008 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
147257 sqlite3ErrorMsg(pParse, "no such index: %s", zIndexedBy, 0);
147354 sqlite3ErrorMsg(pParse, "'%s' is not a function", pFrom->zName);
147489 sqlite3ErrorMsg(pParse, pCte->zCteErr, pCte->zName);
147519 sqlite3ErrorMsg(pParse, "no such index: \"%s\"", pFrom->u1.zIndexedBy);
147543 sqlite3ErrorMsg(pParse,
147586 sqlite3ErrorMsg(pParse, "table %s has %d values for %d columns",
147787 sqlite3ErrorMsg(pParse, "too many references to \"%s\": max 65535",
147806 sqlite3ErrorMsg(pParse, "access to view \"%s\" prohibited",
147817 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"",
148070 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
148072 sqlite3ErrorMsg(pParse, "no tables specified");
148082 sqlite3ErrorMsg(pParse, "too many columns in result set");
148428 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
149135 sqlite3ErrorMsg(pParse,
149241 sqlite3ErrorMsg(pParse, "expected %d columns for '%s' but got %d",
150690 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
150743 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
150747 sqlite3ErrorMsg(pParse, "cannot create triggers on shadow tables");
150765 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
150777 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
150785 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
150790 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
150928 sqlite3ErrorMsg(pParse,
151206 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName->a);
151367 sqlite3ErrorMsg(pParse,
151466 sqlite3ErrorMsg(pParse, "RETURNING may not use \"TABLE.*\" wildcards");
152265 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on UPDATE");
152542 sqlite3ErrorMsg(pParse,
152559 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zEName);
153626 sqlite3ErrorMsg(pParse, "%sON CONFLICT clause does not match any "
154523 sqlite3ErrorMsg(pParse, "too many columns on %s", pTable->zName);
154868 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
154874 sqlite3ErrorMsg(pParse, "%s", zErr);
155416 sqlite3ErrorMsg(pParse, "%s", zErr);
160075 sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
160086 sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
160792 sqlite3ErrorMsg(pParse, "too many arguments on %s() - max %d",
162202 sqlite3ErrorMsg(pParse, "out of memory");
162326 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
162328 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
164915 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pTab->zName);
164976 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pTab->zName);
166248 sqlite3ErrorMsg(pParse, "no query solution");
166889 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
168490 sqlite3ErrorMsg(pParse, "no such window: %s", zName);
168536 sqlite3ErrorMsg(pParse,
168543 sqlite3ErrorMsg(pParse,
168798 sqlite3ErrorMsg(pWalker->pParse,
169074 sqlite3ErrorMsg(pParse, "unsupported frame specification");
169145 sqlite3ErrorMsg(pParse,
169173 sqlite3ErrorMsg(pParse,
171056 sqlite3ErrorMsg(pParse, "syntax error near \"ORDER BY\"");
171058 sqlite3ErrorMsg(pParse, "syntax error near \"LIMIT\"");
171084 sqlite3ErrorMsg(pParse,"%s clause should come after %s not before",
171094 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
171175 sqlite3ErrorMsg(pParse, "syntax error after column name \"%.*s\"",
173620 sqlite3ErrorMsg(pParse, "parser stack overflow");
174636 … sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
174646 … sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
175311 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &t);
175712 sqlite3ErrorMsg(pParse,
175719 sqlite3ErrorMsg(pParse,
175726 sqlite3ErrorMsg(pParse,
176140 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
176142 sqlite3ErrorMsg(pParse, "incomplete input");
177572 sqlite3ErrorMsg(pParse, "unrecognized token: \"%T\"", &x);