Lines Matching refs:schema

34 # pragma-6.*: Test schema-query pragmas.
42 # reset when the schema is reloaded.
86 # EVIDENCE-OF: R-13861-56665 PRAGMA schema.cache_size; PRAGMA
87 # schema.cache_size = pages; PRAGMA schema.cache_size = -kibibytes;
654 # Test schema-query pragmas
752 # EVIDENCE-OF: R-29448-60346 PRAGMA schema.index_info(index-name); This
780 # sure the schema of the main table can still be queried using
839 # EVIDENCE-OF: R-64103-17776 PRAGMA schema.index_list(table-name); This
843 # Make sure a pragma knows to read the schema if it needs to
895 # First check that we can set the schema version and then retrieve the
918 # Check that creating a table modifies the schema-version (this is really
919 # to verify that the value being read is in fact the schema version).
934 # schema-version using the first connection forces the second connection
935 # to reload the schema. This has to be done using the C-API test functions,
956 # Make sure the schema-version can be manipulated in an attached database.
979 # And check that modifying the schema-version in an attached database
980 # forces the second connection to reload the schema.
1007 # accidentally manipulating the schema-version instead).
1447 # EVIDENCE-OF: R-15672-33611 PRAGMA schema.page_count; Return the total
1512 # schema is reloaded.
1531 # Evaluating this statement will cause the schema to be reloaded (because
1532 # the schema was changed by another connection in pragma-15.2). At one
1888 # EVIDENCE-OF: R-56143-29319 PRAGMA schema.index_xinfo(index-name); This
1936 # EVIDENCE-OF: R-64103-17776 PRAGMA schema.index_list(table-name); This