| /sqlite-3.40.0/src/ |
| H A D | attach.c | 125 zErrDyn = sqlite3MPrintf(db, "too many attached databases - max %d", in attachFunc() 133 zErrDyn = sqlite3MPrintf(db, "database %s is already in use", zName); in attachFunc() 174 zErrDyn = sqlite3MPrintf(db, "database is already attached"); in attachFunc() 181 zErrDyn = sqlite3MPrintf(db, in attachFunc() 240 zErrDyn = sqlite3MPrintf(db, "out of memory"); in attachFunc() 242 zErrDyn = sqlite3MPrintf(db, "unable to open database: %s", zFile); in attachFunc()
|
| H A D | vdbeblob.c | 85 zErr = sqlite3MPrintf(p->db, "cannot open value of type %s", in blobSeekToRow() 105 zErr = sqlite3MPrintf(p->db, "no such rowid: %lld", iRow); in blobSeekToRow() 108 zErr = sqlite3MPrintf(p->db, "%s", sqlite3_errmsg(p->db)); in blobSeekToRow() 198 zErr = sqlite3MPrintf(db, "no such column: \"%s\"", zColumn); in sqlite3_blob_open() 239 zErr = sqlite3MPrintf(db, "cannot open %s column for writing", zFault); in sqlite3_blob_open()
|
| H A D | vtab.c | 477 zStmt = sqlite3MPrintf(db, "CREATE VIRTUAL TABLE %T", &pParse->sNameToken); in sqlite3VtabFinishParse() 502 zWhere = sqlite3MPrintf(db, "name=%Q AND sql=%Q", pTab->zName, zStmt); in sqlite3VtabFinishParse() 580 *pzErr = sqlite3MPrintf(db, in vtabCallConstructor() 620 *pzErr = sqlite3MPrintf(db, "vtable constructor failed: %s", zModuleName); in vtabCallConstructor() 622 *pzErr = sqlite3MPrintf(db, "%s", zErr); in vtabCallConstructor() 635 *pzErr = sqlite3MPrintf(db, zFormat, pTab->zName); in vtabCallConstructor() 784 *pzErr = sqlite3MPrintf(db, "no such module: %s", zMod); in sqlite3VtabCallCreate()
|
| H A D | pragma.c | 420 zRight = sqlite3MPrintf(db, "-%T", pValue); in sqlite3Pragma() 1253 char *zSql = sqlite3MPrintf(db, "SELECT*FROM\"%w\"", pTab->zName); in sqlite3Pragma() 1740 sqlite3MPrintf(db, "*** in database %s ***\n", db->aDb[i].zDbSName), in sqlite3Pragma() 1805 zErr = sqlite3MPrintf(db, in sqlite3Pragma() 1876 zErr = sqlite3MPrintf(db, "NULL value in %s.%s", pTab->zName, in sqlite3Pragma() 1900 zErr = sqlite3MPrintf(db, "non-%s value in %s.%s", in sqlite3Pragma() 1910 zErr = sqlite3MPrintf(db, "NUMERIC value in %s.%s", in sqlite3Pragma() 1926 zErr = sqlite3MPrintf(db, "TEXT value in %s.%s", in sqlite3Pragma() 1950 zErr = sqlite3MPrintf(db, "CHECK constraint failed in %s", in sqlite3Pragma() 2371 zSubSql = sqlite3MPrintf(db, "ANALYZE \"%w\".\"%w\"", in sqlite3Pragma()
|
| H A D | prepare.c | 38 *pData->pzErrMsg = sqlite3MPrintf(db, in corruptSchema() 49 z = sqlite3MPrintf(db, "malformed database schema (%s)", zObj); in corruptSchema() 50 if( zExtra && zExtra[0] ) z = sqlite3MPrintf(db, "%z - %s", z, zExtra); in corruptSchema() 364 zSql = sqlite3MPrintf(db, in sqlite3InitOne()
|
| H A D | trigger.c | 385 sqlite3MPrintf(db, "type='trigger' AND name='%q'", zName), 0); in sqlite3FinishTrigger() 1062 sqlite3MPrintf(db, "-- %s", pStep->zSpan), in codeTriggerProgram() 1209 sqlite3MPrintf(db, "-- TRIGGER %s", pTrigger->zName), P4_DYNAMIC in codeRowTrigger()
|
| H A D | alter.c | 530 pNew->zName = sqlite3MPrintf(db, "sqlite_altertab_%s", pTab->zName); in sqlite3AlterBeginAddColumn() 1066 zErr = sqlite3MPrintf(pParse->db, "error in %s %s%s%s: %s", in renameColumnParseError() 1203 zQuot = sqlite3MPrintf(db, "\"%w\" ", zNew); in renameEditSql() 2103 zNew = sqlite3MPrintf(db, "%.*s%s", pCol->t.z-zSql, zSql, zEnd); in dropColumnFunc()
|
| H A D | analyze.c | 1721 zSql = sqlite3MPrintf(db, zSql1, zDb); 1774 zSql = sqlite3MPrintf(db, zSql2, zDb); 1899 zSql = sqlite3MPrintf(db,
|
| H A D | build.c | 2869 zStmt = sqlite3MPrintf(db, in sqlite3EndTable() 2911 sqlite3MPrintf(db, "tbl_name='%q' AND type!='trigger'", p->zName),0); in sqlite3EndTable() 4063 zName = sqlite3MPrintf(db, "sqlite_autoindex_%s_%d", pTab->zName, n); in sqlite3CreateIndex() 4412 zStmt = sqlite3MPrintf(db, "CREATE%s INDEX %.*s", in sqlite3CreateIndex() 4439 sqlite3MPrintf(db, "name='%q' AND type='index'", pIndex->zName), 0); in sqlite3CreateIndex() 5380 zMsg = sqlite3MPrintf(pParse->db, "%s.%s", pTab->zName, in sqlite3RowidConstraint() 5384 zMsg = sqlite3MPrintf(pParse->db, "%s.rowid", pTab->zName); in sqlite3RowidConstraint()
|
| H A D | tokenize.c | 694 pParse->zErrMsg = sqlite3MPrintf(db, "%s", sqlite3ErrStr(pParse->rc));
|
| H A D | select.c | 2128 zName = sqlite3MPrintf(db, "%s.%s", pTab->zName, zCol); in sqlite3GenerateColumnNames() 2135 z = z==0 ? sqlite3MPrintf(db, "column%d", i+1) : sqlite3DbStrDup(db, z); in sqlite3GenerateColumnNames() 2227 zName = sqlite3MPrintf(db,"column%d",i+1); in sqlite3ColumnsFromExprList() 2243 zName = sqlite3MPrintf(db, "%.*z:%u", nName, zName, ++cnt); in sqlite3ColumnsFromExprList() 5658 pTab->zName = sqlite3MPrintf(pParse->db, "%!S", pFrom); in sqlite3ExpandSubquery() 5949 pX->zEName = sqlite3MPrintf(db,"..%s", zUName); in selectExpander() 6028 pX->zEName = sqlite3MPrintf(db, "%s.%s.%s", in selectExpander() 6041 pX->zEName = sqlite3MPrintf(db, "%s.%s", zTabName, zName); in selectExpander()
|
| H A D | printf.c | 1230 char *sqlite3MPrintf(sqlite3 *db, const char *zFormat, ...){ in sqlite3MPrintf() function
|
| H A D | vdbemem.c | 1609 zVal = sqlite3MPrintf(db, "%s%s", zNeg, pExpr->u.zToken); in valueFromExpr()
|
| H A D | vdbe.c | 1188 p->zErrMsg = sqlite3MPrintf(db, "%z: %s", p->zErrMsg, pOp->p4.z); in sqlite3VdbeExec() 6822 zSql = sqlite3MPrintf(db, in sqlite3VdbeExec() 8588 char *z = sqlite3MPrintf(db, "-- %s", zTrace); in sqlite3VdbeExec()
|
| H A D | insert.c | 1794 char *zMsg = sqlite3MPrintf(db, "%s.%s", pTab->zName, in sqlite3GenerateConstraintChecks()
|
| H A D | main.c | 3874 zErrMsg = sqlite3MPrintf(db, "no such table column: %s.%s", zTableName, in sqlite3_table_column_metadata()
|
| H A D | sqliteInt.h | 4503 char *sqlite3MPrintf(sqlite3*,const char*, ...);
|
| H A D | vdbeaux.c | 2883 zSuper = sqlite3MPrintf(db, "%.4c%s%.16c", 0,zMainFile,0); in vdbeCommit()
|