Lines Matching refs:sqlite3ErrorMsg

19434 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse*, const char*, ...);
31313 SQLITE_PRIVATE void sqlite3ErrorMsg(Parse *pParse, const char *zFormat, ...){
77066 sqlite3ErrorMsg(pCtx->pParse, "%s", sqlite3_value_text(pVal));
93309 sqlite3ErrorMsg(&sParse, "cannot open virtual table: %s", zTable);
93313 sqlite3ErrorMsg(&sParse, "cannot open table without rowid: %s", zTable);
93318 sqlite3ErrorMsg(&sParse, "cannot open view: %s", zTable);
98028 sqlite3ErrorMsg(pParse, "misuse of aliased aggregate %s", zAs);
98034 sqlite3ErrorMsg(pParse, "misuse of aliased window function %s",zAs);
98038 sqlite3ErrorMsg(pParse, "row value misused");
98113 sqlite3ErrorMsg(pParse, "%s: %s.%s.%s", zErr, zDb, zTab, zCol);
98115 sqlite3ErrorMsg(pParse, "%s: %s.%s", zErr, zTab, zCol);
98117 sqlite3ErrorMsg(pParse, "%s: %s", zErr, zCol);
98229 sqlite3ErrorMsg(pParse, "%s prohibited in %s", zMsg, zIn);
98380 sqlite3ErrorMsg(pParse,
98403 sqlite3ErrorMsg(pParse, "not authorized to use function: %s",
98458 sqlite3ErrorMsg(pParse,
98473 sqlite3ErrorMsg(pParse, "misuse of %s function %.*s()",zType,nId,zId);
98479 sqlite3ErrorMsg(pParse,"misuse of aggregate function %.*s()",nId,zId);
98489 sqlite3ErrorMsg(pParse, "no such function: %.*s", nId, zId);
98492 sqlite3ErrorMsg(pParse,"wrong number of arguments to function %.*s()",
98498 sqlite3ErrorMsg(pParse,
98644 sqlite3ErrorMsg(pParse, "row value misused");
98757 sqlite3ErrorMsg(pParse,
98791 sqlite3ErrorMsg(pParse, "too many terms in ORDER BY clause");
98876 sqlite3ErrorMsg(pParse, "%r ORDER BY term does not match any "
98907 sqlite3ErrorMsg(pParse, "too many terms in %s BY clause", zType);
99153 sqlite3ErrorMsg(pParse, "a GROUP BY clause is required before HAVING");
99229 sqlite3ErrorMsg(pParse, "aggregate functions are not allowed in "
100088 sqlite3ErrorMsg(pParse, "row value misused");
100156 sqlite3ErrorMsg(pParse,
100455 sqlite3ErrorMsg(pParse, "too many arguments on function %T", pToken);
100494 sqlite3ErrorMsg(pParse, "unsafe use of %s()", pDef->zName);
100548 sqlite3ErrorMsg(pParse, "variable number must be between ?1 and ?%d",
100576 sqlite3ErrorMsg(pParse, "too many SQL variables");
101186 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
101333 sqlite3ErrorMsg(pParse, "too many columns in %s", zObject);
102257 sqlite3ErrorMsg(pParse, zFmt, nActual, nExpect);
102280 sqlite3ErrorMsg(pParse, "row value misused");
102940 sqlite3ErrorMsg(pParse, "oversized integer: %s%s", negFlag ? "-" : "", z);
102944 sqlite3ErrorMsg(pParse, "hex literal too big: %s%s", negFlag?"-":"",z);
103037 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"", pCol->zName);
103371 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"",
103606 sqlite3ErrorMsg(pParse, "misuse of aggregate: %s()", pExpr->u.zToken);
103647 sqlite3ErrorMsg(pParse, "unknown function: %s()", zId);
103768 sqlite3ErrorMsg(pParse, "%d columns assigned %d values",
103865 sqlite3ErrorMsg(pParse, "row value misused");
103983 sqlite3ErrorMsg(pParse,
105526 sqlite3ErrorMsg(pParse, "table %s may not be altered", pTab->zName);
105617 sqlite3ErrorMsg(pParse,
105634 sqlite3ErrorMsg(pParse, "view %s may not be altered", pTab->zName);
105812 sqlite3ErrorMsg(pParse, "Cannot add a PRIMARY KEY column");
105816 sqlite3ErrorMsg(pParse,
105934 sqlite3ErrorMsg(pParse, "virtual tables may not be altered");
105941 sqlite3ErrorMsg(pParse, "Cannot add a column to a view");
106012 sqlite3ErrorMsg(
106071 sqlite3ErrorMsg(pParse, "no such column: \"%s\"", zOld);
109636 sqlite3ErrorMsg(pFix->pParse,
109705 sqlite3ErrorMsg(pFix->pParse, "%s cannot use variables", pFix->zType);
109863 sqlite3ErrorMsg(pParse, "authorizer malfunction");
109895 sqlite3ErrorMsg(pParse, "access to %z is prohibited", z);
110009 sqlite3ErrorMsg(pParse, "not authorized");
110205 sqlite3ErrorMsg(pParse, "user not authenticated");
110450 sqlite3ErrorMsg(pParse, "%s: %s.%s", zMsg, zDbase, zName);
110452 sqlite3ErrorMsg(pParse, "%s: %s", zMsg, zName);
110860 sqlite3ErrorMsg(pParse, "corrupt database");
110866 sqlite3ErrorMsg(pParse, "unknown database %T", pName1);
110920 sqlite3ErrorMsg(pParse, ""); /* corruptSchema() will supply the error */
110928 sqlite3ErrorMsg(pParse, "object name reserved for internal use: %s",
111082 sqlite3ErrorMsg(pParse, "temporary table name must be unqualified");
111133 sqlite3ErrorMsg(pParse, "table %T already exists", pName);
111141 sqlite3ErrorMsg(pParse, "there is already an index named %s", zName);
111279 sqlite3ErrorMsg(pParse, "too many columns on %s", p->zName);
111290 sqlite3ErrorMsg(pParse, "duplicate column name: %s", z);
111477 sqlite3ErrorMsg(pParse, "default value of column [%s] is not constant",
111483 sqlite3ErrorMsg(pParse, "cannot use DEFAULT on a generated column");
111539 sqlite3ErrorMsg(pParse,
111576 sqlite3ErrorMsg(pParse,
111621 sqlite3ErrorMsg(pParse, "AUTOINCREMENT is only allowed on an "
111709 sqlite3ErrorMsg(pParse, "virtual tables cannot use computed columns");
111735 sqlite3ErrorMsg(pParse, "error in generated column \"%s\"",
111742 sqlite3ErrorMsg(pParse, "generated columns not supported");
112324 sqlite3ErrorMsg(pParse, "");
112339 sqlite3ErrorMsg(pParse,
112344 sqlite3ErrorMsg(pParse, "PRIMARY KEY missing on table %s", p->zName);
112393 sqlite3ErrorMsg(pParse, "must have at least one non-generated column");
112601 sqlite3ErrorMsg(pParse, "parameters are not allowed in views");
112709 sqlite3ErrorMsg(pParse, "view %s is circularly defined", pTable->zName);
112865 if( iTable<2 ) sqlite3ErrorMsg(pParse, "corrupt schema");
113132 sqlite3ErrorMsg(pParse, "table %s may not be dropped", pTab->zName);
113141 sqlite3ErrorMsg(pParse, "use DROP TABLE to delete table %s", pTab->zName);
113145 sqlite3ErrorMsg(pParse, "use DROP VIEW to delete view %s", pTab->zName);
113206 sqlite3ErrorMsg(pParse, "foreign key on %s"
113213 sqlite3ErrorMsg(pParse,
113254 sqlite3ErrorMsg(pParse,
113479 sqlite3ErrorMsg(pParse, "unsupported use of NULLS %s",
113581 sqlite3ErrorMsg(pParse,
113608 sqlite3ErrorMsg(pParse, "table %s may not be indexed", pTab->zName);
113613 sqlite3ErrorMsg(pParse, "views may not be indexed");
113619 sqlite3ErrorMsg(pParse, "virtual tables may not be indexed");
113647 sqlite3ErrorMsg(pParse, "there is already a table named %s", zName);
113653 sqlite3ErrorMsg(pParse, "index %s already exists", zName);
113786 sqlite3ErrorMsg(pParse, "expressions prohibited in PRIMARY KEY and "
113924 sqlite3ErrorMsg(pParse,
113955 sqlite3ErrorMsg(pParse, "invalid rootpage");
114146 sqlite3ErrorMsg(pParse, "no such index: %S", pName, 0);
114154 sqlite3ErrorMsg(pParse, "index associated with UNIQUE "
114344 sqlite3ErrorMsg(pParse, "too many FROM clause terms, max: %d",
114522 sqlite3ErrorMsg(pParse, "a JOIN clause is required before %s",
114708 sqlite3ErrorMsg(pParse, "unable to open a temporary database "
115019 sqlite3ErrorMsg(pParse, "unable to identify the object to be reindexed");
115092 sqlite3ErrorMsg(pParse, "duplicate WITH table name: %s", zName);
115368 sqlite3ErrorMsg(pParse, "no such collation sequence: %s", zName);
115761 sqlite3ErrorMsg(pParse, "table %s may not be modified", pTab->zName);
115766 sqlite3ErrorMsg(pParse,"cannot modify %s because it is a view",pTab->zName);
115838 sqlite3ErrorMsg(pParse, "ORDER BY without LIMIT on %s", zStmtType);
118978 sqlite3ErrorMsg(pParse,
120459 sqlite3ErrorMsg(pParse, "generated column loop on \"%s\"", pRedo->zName);
120951 sqlite3ErrorMsg(pParse,
120965 sqlite3ErrorMsg(pParse, "table %S has no column named %s",
121088 sqlite3ErrorMsg(pParse,
121094 sqlite3ErrorMsg(pParse, "%d values for %d columns", nColumn, pColumn->nId);
121127 sqlite3ErrorMsg(pParse, "UPSERT not implemented for virtual table \"%s\"",
121132 sqlite3ErrorMsg(pParse, "cannot UPSERT a view");
125476 sqlite3ErrorMsg(pParse, "temporary storage cannot be changed "
125799 sqlite3ErrorMsg(pParse, "%s", aFcntl[0]);
126304 sqlite3ErrorMsg(pParse, "not a writable directory");
126348 sqlite3ErrorMsg(pParse, "not a writable directory");
126393 sqlite3ErrorMsg(pParse, "failed to set lock proxy file");
126415 sqlite3ErrorMsg(pParse,
127176 sqlite3ErrorMsg(pParse, "unsupported encoding: %s", zRight);
129114 sqlite3ErrorMsg(pParse, "unknown or unsupported join type: "
129119 sqlite3ErrorMsg(pParse,
129319 sqlite3ErrorMsg(pParse, "a NATURAL join may not have "
129340 sqlite3ErrorMsg(pParse, "cannot have both ON and USING "
129374 sqlite3ErrorMsg(pParse, "cannot join using column %s - column "
131185 sqlite3ErrorMsg(pParse, "cannot use window functions in recursive queries");
131278 sqlite3ErrorMsg(pParse, "recursive aggregate queries not supported");
131407 sqlite3ErrorMsg(pParse,"%s clause should come after %s not before",
131737 sqlite3ErrorMsg(pParse, "all VALUES must have the same number of terms");
131739 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s"
133425 sqlite3ErrorMsg(pParse, "no such index: %s", zIndexedBy, 0);
133513 sqlite3ErrorMsg(pParse, "'%s' is not a function", pFrom->zName);
133614 sqlite3ErrorMsg(pParse, pCte->zCteErr, pCte->zName);
133653 sqlite3ErrorMsg(
133679 sqlite3ErrorMsg(pParse, "table %s has %d values for %d columns",
133841 sqlite3ErrorMsg(pParse, "too many references to \"%s\": max 65535",
133857 sqlite3ErrorMsg(pParse, "access to view \"%s\" prohibited",
133866 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"",
134046 sqlite3ErrorMsg(pParse, "no such table: %s", zTName);
134048 sqlite3ErrorMsg(pParse, "no tables specified");
134058 sqlite3ErrorMsg(pParse, "too many columns in result set");
134229 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one "
134689 sqlite3ErrorMsg(pParse, "expected %d columns for '%s' but got %d",
135952 sqlite3ErrorMsg(pParse, "temporary trigger may not have qualified name");
136016 sqlite3ErrorMsg(pParse, "cannot create triggers on virtual tables");
136034 sqlite3ErrorMsg(pParse, "trigger %T already exists", pName);
136045 sqlite3ErrorMsg(pParse, "cannot create trigger on system table");
136053 sqlite3ErrorMsg(pParse, "cannot create %s trigger on view: %S",
136058 sqlite3ErrorMsg(pParse, "cannot create INSTEAD OF"
136433 sqlite3ErrorMsg(pParse, "no such trigger: %S", pName, 0);
137364 sqlite3ErrorMsg(pParse,
137380 sqlite3ErrorMsg(pParse, "no such column: %s", pChanges->a[i].zEName);
138303 sqlite3ErrorMsg(pParse, "ON CONFLICT clause does not match any "
139148 sqlite3ErrorMsg(pParse, "too many columns on %s", pTable->zName);
139488 sqlite3ErrorMsg(pParse, "no such module: %s", zModule);
139494 sqlite3ErrorMsg(pParse, "%s", zErr);
140017 sqlite3ErrorMsg(pParse, "%s", zErr);
144288 sqlite3ErrorMsg(pParse, "ON clause references tables to its right");
144803 sqlite3ErrorMsg(pParse, "too many arguments on %s() - max %d",
145781 sqlite3ErrorMsg(pParse, "out of memory");
145890 sqlite3ErrorMsg(pParse, "%s", sqlite3ErrStr(rc));
145892 sqlite3ErrorMsg(pParse, "%s", pVtab->zErrMsg);
148050 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pTab->zName);
148090 sqlite3ErrorMsg(pParse,"%s.xBestIndex malfunction",pSrc->pTab->zName);
149191 sqlite3ErrorMsg(pParse, "no query solution");
149552 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
151000 sqlite3ErrorMsg(pParse, "no such window: %s", zName);
151046 sqlite3ErrorMsg(pParse,
151053 sqlite3ErrorMsg(pParse,
151549 sqlite3ErrorMsg(pParse, "unsupported frame specification");
151620 sqlite3ErrorMsg(pParse,
151647 sqlite3ErrorMsg(pParse,
153510 sqlite3ErrorMsg(pParse, "too many terms in compound SELECT");
153580 sqlite3ErrorMsg(pParse, "syntax error after column name \"%.*s\"",
155769 sqlite3ErrorMsg(pParse, "parser stack overflow");
156788sqlite3ErrorMsg(pParse, "unknown table option: %.*s", yymsp[0].minor.yy0.n, yymsp[0].minor.yy0.z);
157432 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &t);
157787 sqlite3ErrorMsg(pParse,
157794 sqlite3ErrorMsg(pParse,
157801 sqlite3ErrorMsg(pParse,
158192 sqlite3ErrorMsg(pParse, "near \"%T\": syntax error", &TOKEN);
158194 sqlite3ErrorMsg(pParse, "incomplete input");
159558 sqlite3ErrorMsg(pParse, "unrecognized token: \"%.*s\"", n, zSql);