Lines Matching refs:version
12 # focus of this file is testing that the current version of SQLite
17 # copied into the working directory alongside the new version. The old
63 set v [split [db version] .]
172 # Test that one version can roll back a hot-journal file left in the
173 # file-system by the other version.
176 # 1. If it is 0, then the current version creates a journal file that
177 # the old versions try to read. Otherwise, if X is 1, then the old version
178 # creates the journal file and we try to read it with the current version.
254 puts "ERROR: Detected journal incompatibility with version $k"
264 if {[code1 {sqlite3 -version}] >= "3.7.0"
266 && [code2 {sqlite3 -version}] >= "3.7.0"
398 # Now test that an incremental merge can be started by one version