Home
last modified time | relevance | path

Searched refs:INITFLAG_AlterDrop (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dalter.c2193 renameReloadSchema(pParse, iDb, INITFLAG_AlterDrop); in sqlite3AlterDropColumn()
H A DsqliteInt.h3968 #define INITFLAG_AlterDrop 0x0002 /* Reparse after a DROP COLUMN */ macro