mirror of
https://github.com/sqlite/sqlite.git
synced 2025-09-09 21:09:38 +03:00
Further refinements to the sqlite3_normalized_sql() interface. TH3 now
gives 100% MC/DC on that interface. FossilOrigin-Name: c96bf6cca220e363b099455ce35195ce7e89d374a52dc787f56e7b11e587bced
This commit is contained in:
@@ -491,7 +491,7 @@ static int lookupName(
|
||||
sqlite3_log(SQLITE_WARNING,
|
||||
"double-quoted string literal: \"%w\"", zCol);
|
||||
#ifdef SQLITE_ENABLE_NORMALIZE
|
||||
sqlite3VdbeAddDblquoteStr(db,pParse->pVdbe, zCol);
|
||||
sqlite3VdbeAddDblquoteStr(db, pParse->pVdbe, zCol);
|
||||
#endif
|
||||
pExpr->op = TK_STRING;
|
||||
pExpr->y.pTab = 0;
|
||||
|
Reference in New Issue
Block a user