mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix an obsolete comment on a variable definition in expr.c. No code changes.
FossilOrigin-Name: 012ff6dd306328f7ea71a6600471c871e7ffe37b
This commit is contained in:
@@ -720,7 +720,7 @@ void sqlite3ExprSetHeightAndFlags(Parse *pParse, Expr *p){
|
||||
** is allocated to hold the integer text and the dequote flag is ignored.
|
||||
*/
|
||||
Expr *sqlite3ExprAlloc(
|
||||
sqlite3 *db, /* Handle for sqlite3DbMallocZero() (may be null) */
|
||||
sqlite3 *db, /* Handle for sqlite3DbMallocRawNN() */
|
||||
int op, /* Expression opcode */
|
||||
const Token *pToken, /* Token argument. Might be NULL */
|
||||
int dequote /* True to dequote */
|
||||
|
||||
Reference in New Issue
Block a user