Searched refs:SQLITE_OMIT_ALTERTABLE (Results 1 – 25 of 39) sorted by relevance
12
| /sqlite-3.40.0/test/ |
| H A D | alterfault.test | 18 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | sorterref.test | 17 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | alterauth.test | 17 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | columncount.test | 19 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | tkt-8454a207b9.test | 21 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | altermalloc.test | 21 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | altermalloc3.test | 18 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | altermalloc2.test | 18 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | whereE.test | 21 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | alterauth2.test | 17 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | schema3.test | 19 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | altertrig.test | 17 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | analyze4.test | 23 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | alterqf.test | 20 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | altercorrupt.test | 17 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | alterdropcol2.test | 17 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | alterdropcol.test | 17 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| H A D | alter4.test | 23 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
| /sqlite-3.40.0/tool/ |
| H A D | mkctimec.tcl | 196 SQLITE_OMIT_ALTERTABLE
|
| H A D | omittest.tcl | 186 SQLITE_OMIT_ALTERTABLE \
|
| H A D | mkkeywordhash.c | 55 #if defined(SQLITE_OMIT_ALTERTABLE) || defined(SQLITE_OMIT_VIRTUALTABLE)
|
| /sqlite-3.40.0/src/ |
| H A D | ctime.c | 498 #ifdef SQLITE_OMIT_ALTERTABLE
|
| H A D | sqliteInt.h | 578 #if defined(SQLITE_OMIT_VIRTUALTABLE) && !defined(SQLITE_OMIT_ALTERTABLE) 579 # define SQLITE_OMIT_ALTERTABLE macro 3732 #ifndef SQLITE_OMIT_ALTERTABLE 3762 #if defined(SQLITE_OMIT_ALTERTABLE) 3768 #if defined(SQLITE_OMIT_VIRTUALTABLE) && defined(SQLITE_OMIT_ALTERTABLE)
|
| H A D | test_config.c | 212 #ifdef SQLITE_OMIT_ALTERTABLE in set_options()
|
| /sqlite-3.40.0/ext/session/ |
| H A D | sessionat.test | 25 # If SQLITE_OMIT_ALTERTABLE is defined, omit this file.
|
12