Lines Matching refs:format
13 # file format change that may be used in the future to implement
30 # The file format change affects the way row-records stored in tables (but
38 # has columns, then the file-format meta value should be set to (at least) 2.
41 # This procedure sets the value of the file-format in file 'test.db'
52 # This procedure returns the value of the file-format in file 'test.db'.
59 # sqlite_master table of file 'test.db' to $sql. Also set the file format
248 # format that SQLite does not support (in this case 5). Note: The
249 # file format is checked each time the schema is read, so changing the
250 # file format requires incrementing the schema cookie.
262 # "unsupported file format" error is encountered. So the error code
268 # file format was detected during a call to sqlite3_prepare(), not
273 } {1 {unsupported file format}}
282 } {1 {unsupported file format}}
288 # Check that executing VACUUM on a file with file-format version 2
289 # resets the file format to 1.
309 # Test that when a database with file-format 2 is opened, new
310 # databases are still created with file-format 1.