Lines Matching refs:Test
22 # Test plan:
25 # rtree-2.*: Test the implicit constraints - unique rowid and
29 # rtree-4.*: Test INSERT
30 # rtree-5.*: Test DELETE
31 # rtree-6.*: Test UPDATE
32 # rtree-7.*: Test renaming an r-tree table.
33 # rtree-8.*: Test constrained scans of r-tree data.
35 # rtree-12.*: Test that on-conflict clauses are supported.
36 # rtree-13.*: Test that bug [d2889096e7bdeac6d] has been fixed.
37 # rtree-14.*: Test if a non-integer is inserted into the PK column of an
52 # Test cases rtree-1.* test CREATE and DROP table statements.
55 # Test creating and dropping an rtree table.
73 # Test creating and dropping an rtree table with an odd name in
96 # Test that the logic for checking the number of columns specified
134 # Test that it is possible to open an existing database that contains
154 # Test that it is possible to create an r-tree table with ridiculous
181 # Test cases rtree-2.*
221 # Test cases rtree-3.* test linear scans of r-tree table data. To test
244 # Test the constraint on the coordinates (c[i]<=c[i+1] where (i%2==0)):
253 # Test cases rtree-5.* test DELETE operations.
289 # Test cases rtree-5.* test UPDATE operations.
307 # Test cases rtree-7.* test rename operations.
371 # Test cases rtree-8.*
374 # Test that the function to determine if a leaf cell is part of the
422 # Test cases rtree-9.*
424 # Test that ticket #3549 is fixed.
463 # Test last_insert_rowid().
480 # Test on-conflict clause handling.
564 # Test that bug [d2889096e7bdeac6d] has been fixed.
584 # Test if a non-integer is inserted into the PK column of an r-tree
662 # Test cases for the new auxiliary columns feature