Lines Matching refs:sqlite3ErrorMsg

20797 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
31073 sqlite3ErrorMsg(db->pParse, "out of memory"); in sqlite3OomFault()
35151 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){ in sqlite3ErrorMsg() function
35258 sqlite3ErrorMsg(pParse, "unrecognized token: \"%s\"", p->u.zToken); in sqlite3DequoteNumber()
84337 sqlite3ErrorMsg(pCtx->pParse, "%s", sqlite3_value_text(pVal));
102447 sqlite3ErrorMsg(&sParse, "cannot open virtual table: %s", zTable);
102451 sqlite3ErrorMsg(&sParse, "cannot open table without rowid: %s", zTable);
102456 sqlite3ErrorMsg(&sParse, "cannot open view: %s", zTable);
107404 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
107410 sqlite3ErrorMsg(pParse, "misuse of aliased window function %s",zAs);
107414 sqlite3ErrorMsg(pParse, "row value misused");
107515 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
107517 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
107519 sqlite3ErrorMsg(pParse, "%s: \"%s\" - should this be a"
107523 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
107651 sqlite3ErrorMsg(pParse, "%s prohibited in %s", zMsg, zIn);
107872 sqlite3ErrorMsg(pParse,
107895 sqlite3ErrorMsg(pParse, "not authorized to use function: %#T",
107950 sqlite3ErrorMsg(pParse,
107965 sqlite3ErrorMsg(pParse, "misuse of %s function %#T()",zType,pExpr);
107971 sqlite3ErrorMsg(pParse,"misuse of aggregate function %#T()",pExpr);
107981 sqlite3ErrorMsg(pParse, "no such function: %#T", pExpr);
107984 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %#T()",
107990 sqlite3ErrorMsg(pParse,
108156 sqlite3ErrorMsg(pParse, "row value misused");
108274 sqlite3ErrorMsg(pParse,
108309 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
108390 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
108421 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
108683 sqlite3ErrorMsg(pParse, "HAVING clause on a non-aggregate query");
108764 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
109724 sqlite3ErrorMsg(pParse, "row value misused");
109801 sqlite3ErrorMsg(pParse,
110112 sqlite3ErrorMsg(pParse, "IN(...) element has %d term%s - expected %d",
110188 sqlite3ErrorMsg(pParse, "too many arguments on function %T", pToken);
110203 sqlite3ErrorMsg(pParse,
110288 sqlite3ErrorMsg(pParse, "unsafe use of %#T()", pExpr);
110342 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
110371 sqlite3ErrorMsg(pParse, "too many SQL variables");
111102 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
111247 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
112381 sqlite3ErrorMsg(pParse, zFmt, nActual, nExpect);
112404 sqlite3ErrorMsg(pParse, "row value misused");
113091 sqlite3ErrorMsg(pParse, "oversized integer: %s%#T", negFlag?"-":"",pExpr);
113095 sqlite3ErrorMsg(pParse, "hex literal too big: %s%#T",
113191 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"",
113660 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"",
113897 sqlite3ErrorMsg(pParse, "misuse of aggregate: %#T()", pExpr);
113940 sqlite3ErrorMsg(pParse, "unknown function: %#T()", pExpr);
114057 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
114175 sqlite3ErrorMsg(pParse, "row value misused");
114311 sqlite3ErrorMsg(pParse,
116182 sqlite3ErrorMsg(pParse, "table %s may not be altered", pTab->zName);
116301 sqlite3ErrorMsg(pParse,
116318 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
116497 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
116501 sqlite3ErrorMsg(pParse,
116642 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
116649 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
116721 sqlite3ErrorMsg(pParse, "cannot %s %s \"%s\"",
116781 sqlite3ErrorMsg(pParse, "no such column: \"%T\"", pOld);
118324 sqlite3ErrorMsg(pParse, "no such column: \"%T\"", pName);
118331 sqlite3ErrorMsg(pParse, "cannot drop %s column: \"%s\"",
118340 sqlite3ErrorMsg(pParse, "cannot drop column \"%s\": no other columns exist",zCol);
120938 sqlite3ErrorMsg(pFix->pParse, "%s cannot use variables", pFix->zType);
120961 sqlite3ErrorMsg(pFix->pParse,
121187 sqlite3ErrorMsg(pParse, "authorizer malfunction");
121219 sqlite3ErrorMsg(pParse, "access to %z is prohibited", z);
121328 sqlite3ErrorMsg(pParse, "not authorized");
121563 sqlite3ErrorMsg(pParse, "user not authenticated");
121841 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
121843 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
122367 sqlite3ErrorMsg(pParse, "corrupt database");
122373 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
122429 sqlite3ErrorMsg(pParse, ""); /* corruptSchema() will supply the error */
122436 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s",
122607 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
122658 sqlite3ErrorMsg(pParse, "%s %T already exists",
122668 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
122813 sqlite3ErrorMsg(pParse, "cannot use RETURNING in a trigger");
122873 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
122922 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
123110 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
123116 sqlite3ErrorMsg(pParse, "cannot use DEFAULT on a generated column");
123172 sqlite3ErrorMsg(pParse,
123209 sqlite3ErrorMsg(pParse,
123256 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
123351 sqlite3ErrorMsg(pParse, "virtual tables cannot use computed columns");
123385 sqlite3ErrorMsg(pParse, "error in generated column \"%s\"",
123392 sqlite3ErrorMsg(pParse, "generated columns not supported");
124025 sqlite3ErrorMsg(pParse, "");
124048 sqlite3ErrorMsg(pParse,
124053 sqlite3ErrorMsg(pParse, "missing datatype for %s.%s",
124078 sqlite3ErrorMsg(pParse,
124083 sqlite3ErrorMsg(pParse, "PRIMARY KEY missing on table %s", p->zName);
124132 sqlite3ErrorMsg(pParse, "must have at least one non-generated column");
124362 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
124484 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
124639 if( iTable<2 ) sqlite3ErrorMsg(pParse, "corrupt schema");
124915 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
124924 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
124928 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
124989 sqlite3ErrorMsg(pParse, "foreign key on %s"
124996 sqlite3ErrorMsg(pParse,
125038 sqlite3ErrorMsg(pParse,
125266 sqlite3ErrorMsg(pParse, "unsupported use of NULLS %s",
125370 sqlite3ErrorMsg(pParse,
125393 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
125398 sqlite3ErrorMsg(pParse, "views may not be indexed");
125404 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
125432 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
125438 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
125573 sqlite3ErrorMsg(pParse, "expressions prohibited in PRIMARY KEY and "
125714 sqlite3ErrorMsg(pParse,
125745 sqlite3ErrorMsg(pParse, "invalid rootpage");
125962 sqlite3ErrorMsg(pParse, "no such index: %S", pName->a);
125971 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
126161 sqlite3ErrorMsg(pParse, "too many FROM clause terms, max: %d",
126342 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
126591 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
126907 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
127032 sqlite3ErrorMsg(pParse, "duplicate WITH table name: %s", zName);
127304 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
127709 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"",
127737 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
127744 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
127816 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
131690 sqlite3ErrorMsg(pParse,
133268 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"", pRedo->zCnName);
133968 sqlite3ErrorMsg(pParse,
133982 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
134126 sqlite3ErrorMsg(pParse,
134133 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
134168 sqlite3ErrorMsg(pParse, "UPSERT not implemented for virtual table \"%s\"",
134173 sqlite3ErrorMsg(pParse, "cannot UPSERT a view");
138889 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
139213 sqlite3ErrorMsg(pParse, "%s", aFcntl[0]);
139729 sqlite3ErrorMsg(pParse, "not a writable directory");
139776 sqlite3ErrorMsg(pParse, "not a writable directory");
139823 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
139845 sqlite3ErrorMsg(pParse,
140017 sqlite3ErrorMsg(db->pParse, "out of memory");
140980 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
142477 if( db->mallocFailed ) sqlite3ErrorMsg(pParse, "out of memory");
142518 sqlite3ErrorMsg(&sParse, "out of memory");
143200 sqlite3ErrorMsg(pParse, "unknown join type: "
143407 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
143459 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
143486 sqlite3ErrorMsg(pParse, "ambiguous reference to %s in USING()",
145540 sqlite3ErrorMsg(pParse, "cannot use window functions in recursive queries");
145608 sqlite3ErrorMsg(pParse, "recursive aggregate queries not supported");
146119 sqlite3ErrorMsg(pParse, "all VALUES must have the same number of terms");
146121 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
148398 sqlite3ErrorMsg(pParse, "no such index: %s", zIndexedBy, 0);
148495 sqlite3ErrorMsg(pParse, "'%s' is not a function", pFrom->zName);
148630 sqlite3ErrorMsg(pParse, pCte->zCteErr, pCte->zName);
148660 sqlite3ErrorMsg(pParse, "no such index: \"%s\"", pFrom->u1.zIndexedBy);
148684 sqlite3ErrorMsg(pParse,
148727 sqlite3ErrorMsg(pParse, "table %s has %d values for %d columns",
148930 sqlite3ErrorMsg(pParse, "too many references to \"%s\": max 65535",
148949 sqlite3ErrorMsg(pParse, "access to view \"%s\" prohibited",
148960 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"",
149215 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
149217 sqlite3ErrorMsg(pParse, "no tables specified");
149227 sqlite3ErrorMsg(pParse, "too many columns in result set");
149574 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
150281 sqlite3ErrorMsg(pParse,
150387 sqlite3ErrorMsg(pParse, "expected %d columns for '%s' but got %d",
151842 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
151895 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
151899 sqlite3ErrorMsg(pParse, "cannot create triggers on shadow tables");
151917 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
151929 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
151937 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
151942 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
152080 sqlite3ErrorMsg(pParse,
152358 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName->a);
152519 sqlite3ErrorMsg(pParse,
152618 sqlite3ErrorMsg(pParse, "RETURNING may not use \"TABLE.*\" wildcards");
153485 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on UPDATE");
153762 sqlite3ErrorMsg(pParse,
153779 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zEName);
154858 sqlite3ErrorMsg(pParse, "%sON CONFLICT clause does not match any "
155759 sqlite3ErrorMsg(pParse, "too many columns on %s", pTable->zName);
156106 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
156112 sqlite3ErrorMsg(pParse, "%s", zErr);
156672 sqlite3ErrorMsg(pParse, "%s", zErr);
161369 sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
161380 sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
162089 sqlite3ErrorMsg(pParse, "too many arguments on %s() - max %d",
163551 sqlite3ErrorMsg(pParse, "out of memory");
163675 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
163677 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
166296 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pTab->zName);
166364 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pTab->zName);
167636 sqlite3ErrorMsg(pParse, "no query solution");
168395 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
169311 sqlite3ErrorMsg(pParse, "internal query planner error");
169984 sqlite3ErrorMsg(pParse, "no such window: %s", zName);
170030 sqlite3ErrorMsg(pParse,
170037 sqlite3ErrorMsg(pParse,
170292 sqlite3ErrorMsg(pWalker->pParse,
170568 sqlite3ErrorMsg(pParse, "unsupported frame specification");
170639 sqlite3ErrorMsg(pParse,
170667 sqlite3ErrorMsg(pParse,
172550 sqlite3ErrorMsg(pParse, "syntax error near \"ORDER BY\"");
172552 sqlite3ErrorMsg(pParse, "syntax error near \"LIMIT\"");
172578 sqlite3ErrorMsg(pParse,"%s clause should come after %s not before",
172588 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
172677 sqlite3ErrorMsg(pParse, "syntax error after column name \"%.*s\"",
176197sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
176207sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
176869 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &t);
177279 sqlite3ErrorMsg(pParse,
177286 sqlite3ErrorMsg(pParse,
177293 sqlite3ErrorMsg(pParse,
177717 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
177719 sqlite3ErrorMsg(pParse, "incomplete input");
179176 sqlite3ErrorMsg(pParse, "unrecognized token: \"%T\"", &x);