Lines Matching refs:sqlite3ErrorMsg

302     sqlite3ErrorMsg(pParse, "unknown join type: "  in sqlite3JoinType()
508 sqlite3ErrorMsg(pParse, "a NATURAL join may not have " in sqlite3ProcessJoin()
560 sqlite3ErrorMsg(pParse, "cannot join using column %s - column " in sqlite3ProcessJoin()
587 sqlite3ErrorMsg(pParse, "ambiguous reference to %s in USING()", in sqlite3ProcessJoin()
2579 sqlite3ErrorMsg(pParse, "cannot use window functions in recursive queries"); in generateWithRecursiveQuery()
2647 sqlite3ErrorMsg(pParse, "recursive aggregate queries not supported"); in generateWithRecursiveQuery()
3160 sqlite3ErrorMsg(pParse, "all VALUES must have the same number of terms"); in sqlite3SelectWrongNumTermsError()
3162 sqlite3ErrorMsg(pParse, "SELECTs to the left and right of %s" in sqlite3SelectWrongNumTermsError()
5260 sqlite3ErrorMsg(pParse, "no such index: %s", zIndexedBy, 0); in sqlite3IndexedByLookup()
5357 sqlite3ErrorMsg(pParse, "'%s' is not a function", pFrom->zName); in cannotBeFunction()
5493 sqlite3ErrorMsg(pParse, pCte->zCteErr, pCte->zName); in resolveFromTermToCte()
5523 sqlite3ErrorMsg(pParse, "no such index: \"%s\"", pFrom->u1.zIndexedBy); in resolveFromTermToCte()
5550 sqlite3ErrorMsg(pParse, in resolveFromTermToCte()
5593 sqlite3ErrorMsg(pParse, "table %s has %d values for %d columns", in resolveFromTermToCte()
5794 sqlite3ErrorMsg(pParse, "too many references to \"%s\": max 65535", in selectExpander()
5813 sqlite3ErrorMsg(pParse, "access to view \"%s\" prohibited", in selectExpander()
5824 sqlite3ErrorMsg(pParse, "unsafe use of virtual table \"%s\"", in selectExpander()
6051 sqlite3ErrorMsg(pParse, "no such table: %s", zTName); in selectExpander()
6053 sqlite3ErrorMsg(pParse, "no tables specified"); in selectExpander()
6063 sqlite3ErrorMsg(pParse, "too many columns in result set"); in selectExpander()
6243 sqlite3ErrorMsg(pParse, "DISTINCT aggregates must have exactly one " in resetAccumulator()
6737 sqlite3ErrorMsg(pParse, in sqlite3Select()
6807 sqlite3ErrorMsg(pParse, "expected %d columns for '%s' but got %d", in sqlite3Select()