Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Ddbdump.c60 int writableSchema; /* True if in writable_schema mode */ member
402 if( !p->writableSchema ){ in dump_callback()
404 p->writableSchema = 1; in dump_callback()
676 if( x.writableSchema ){ in sqlite3_db_dump()
/sqlite-3.40.0/src/
H A Dshell.c.in1153 int writableSchema; /* True if PRAGMA writable_schema=ON */ member
4190 if( !p->writableSchema ){
4192 p->writableSchema = 1;
8038 p->writableSchema = 0;
8066 if( p->writableSchema ){
8068 p->writableSchema = 0;