SQLite

All files named ”test/temptable2.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/temptable2.test

2022-07-18
19:32
[7682134781] part of check-in [22d280a5cd] Remove a few unsuitable scripts from the "veryquick" test suite. Also have every second testrunner.tcl process favour running test scripts that contain text like "testrunner: slow" before any others. (check-in: [22d280a5cd] user: dan branch: trunk, size: 9277)
2018-04-03
17:05
[d294041749] part of check-in [e171f3722f] Fix a few small test script issues affecting SQLITE_TEMP_STORE=3 builds. (check-in: [e171f3722f] user: dan branch: trunk, size: 9254)
2016-05-02
19:05
[cd396beb41] part of check-in [5830cf72e9] Remove some randomness from test script temptable2.test. (check-in: [5830cf72e9] user: dan branch: trunk, size: 9235)
16:59
[efeb3ce7aa] part of check-in [088cf83872] Fix a test case in temptable2.test so that it works on systems that lack a coherient cache (ex: OpenBSD) and thus do not support the "PRAGMA mmap_size" command. (check-in: [088cf83872] user: drh branch: trunk, size: 9207)
2016-04-29
14:12
[c3d8c138f4] part of check-in [b7bec7f2d3] Fix test script temptable2.test so that it works with the "inmemory_journal" and "journaltest" permutations. (check-in: [b7bec7f2d3] user: dan branch: tempfiles-25, size: 9179)
2016-04-26
17:10
[d4e967c355] part of check-in [e790aac02e] Fix an issue in temptable2.test preventing it from working with SQLITE_DEFAULT_AUTOVACUUM=1 builds. (check-in: [e790aac02e] user: dan branch: tempfiles-25, size: 8932)
2016-04-23
17:24
[31485911fb] part of check-in [c80c5c62b2] Fix a problem with mixing temp-files and mmap-mode. (check-in: [c80c5c62b2] user: dan branch: tempfiles-25, size: 8874)
2016-04-11
19:24
[e62783549b] part of check-in [04b1890fbc] Fix a typo in temptable2.test. (check-in: [04b1890fbc] user: dan branch: tempfiles-lazy-open, size: 8021)
19:23
[79a30edb79] part of check-in [c6d0d441a1] Add tests for wal mode to temptable2.test. (check-in: [c6d0d441a1] user: dan branch: tempfiles-lazy-open, size: 8004)
18:49
[f04c411560] part of check-in [7dd9d4c15b] Add extra tests to temptable2.test. (check-in: [7dd9d4c15b] user: dan branch: tempfiles-lazy-open, size: 7747)
2016-04-06
18:20
[707c01c00b] part of check-in [84c557010c] For a pager backed by a temp file, store the main journal in memory until it is at least sqlite3_config.nStmtSpill bytes in size. Prevent the backup API from being used to change the page-size of a temp file. (check-in: [84c557010c] user: dan branch: tempfiles-lazy-open, size: 6640)
15:39
[c16f96e996] part of check-in [afe9bd9b4b] Add tests to this branch. Fix a problem with temporary databases in auto-vacuum mode. (check-in: [afe9bd9b4b] user: dan branch: tempfiles-lazy-open, size: 5380)
2016-04-05
21:07
Added: [f3b198e386] part of check-in [be5a549eba] Defer opening the file used for the temp database (where CREATE TEMP TABLE tables are stored) until the database is too large to reside entirely within the cache. There are likely still problems on this branch. (check-in: [be5a549eba] user: dan branch: tempfiles-lazy-open, size: 3732)