Home | History | Annotate | Download | only in dist

Lines Matching refs:writableSchema

405   int writableSchema;    /* True if PRAGMA writable_schema=ON */
1204 if( !p->writableSchema ){
1206 p->writableSchema = 1;
1547 p->writableSchema = 0;
1579 if( p->writableSchema ){
1581 p->writableSchema = 0;