Home
last modified time | relevance | path

Searched refs:writable_schema (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
Danalyze.test255 PRAGMA writable_schema=on;
257 PRAGMA writable_schema=off;
267 PRAGMA writable_schema=on;
271 PRAGMA writable_schema=off;
295 PRAGMA writable_schema=on;
Dcorrupt5.test35 PRAGMA writable_schema=ON;
Danalyze2.test371 PRAGMA writable_schema = 1;
382 PRAGMA writable_schema = 1;
393 PRAGMA writable_schema = 1;
431 PRAGMA writable_schema = 1;
442 PRAGMA writable_schema = 1;
453 PRAGMA writable_schema = 1;
Dindex3.test48 PRAGMA writable_schema=on;
De_reindex.test51 PRAGMA writable_schema = 1;
61 PRAGMA writable_schema = 1;
Dtrigger7.test111 PRAGMA writable_schema=on;
Dcorrupt2.test135 PRAGMA writable_schema = 1;
139 PRAGMA writable_schema = 0;
472 PRAGMA writable_schema = 1;
Dalter2.test68 PRAGMA writable_schema = 1;
70 PRAGMA writable_schema = 0;
Dcorrupt.test144 PRAGMA writable_schema = 1;
147 PRAGMA writable_schema = 0;
Dmisc7.test422 pragma writable_schema = true;
Dcapi3.test710 PRAGMA writable_schema=ON;
729 PRAGMA writable_schema=ON;
Dcapi3c.test683 PRAGMA writable_schema=ON;
702 PRAGMA writable_schema=ON;
Dpager1.test1782 PRAGMA writable_schema = 1;
1811 PRAGMA writable_schema = 1;
1813 PRAGMA writable_schema = 0;
Dvtab1.test1173 PRAGMA writable_schema = 1;
/external/chromium_org/sql/
Dconnection.cc442 ScopedWritableSchema writable_schema(db_); in Raze() local