History log of /sqlite-3.40.0/test/temptable2.test (Results 1 – 13 of 13)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release, version-3.50.2, version-3.50.1, major-release, version-3.50.0, version-3.49.2, patch-release, version-3.44.4, version-3.49.1, version-3.49.0, major-relase, relase, version-3.48.0, version-3.47.2, version-3.47.1, version-3.47.0, version-3.46.1, version-3.46.0, version-3.45.3, version-3.44.3, version-3.45.2, version-3.45.1, vesion-3.45.1, version-3.45.0, version-3.44.2, version-3.44.1, version-3.44.0, version-3.43.2, version-3.43.1, version-3.43.0, version-3.42.0, version-3.41.2, version-3.41.1, version-3.41.0, version-3.40.1, version-3.40.0, version-3.39.4, version-3.39.3, version-3.39.2
# cf2ad7ae 18-Jul-2022 dan <Dan Kennedy>

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.

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.

FossilOrigin-Name: 22d280a5cd395abbedcfffbac3d3b3a614c327be25763ca380c1338a2a7bd33a

show more ...


Revision tags: version-3.39.1, version-3.39.0, version-3.38.5, version-3.38.4, relese, version-3.38.3, version-3.38.2, version-3.38.1, version-3.38.0, version-3.37.2, version-3.37.1, version-3.37.0, version-3.36.0, version-3.35.5, version-3.35.4, version-3.35.3, same-as-3.35.3, version-3.35.2, version-3.35.1, version-3.35.0, patch, version-3.34.1, version-3.34.0, version-3.33.0, version-3.32.3, version-3.32.2, version-3.32.1, version-3.32.0, version-3.31.1, version-3.31.0, version-3.30.1, version-3.30.0, version-3.29.0, version-3.28.0, version-3.27.2, version-3.27.1, version-3.27.0, version-3.26.0, version-3.25.3, version-3.25.2, version-3.25.1, version-3.25.0, version-3.24.0, version-3.23.2, version-3.23.1
# 22f60b84 03-Apr-2018 dan <[email protected]>

Fix a few small test script issues affecting SQLITE_TEMP_STORE=3 builds.

FossilOrigin-Name: e171f3722f78c58d2f20443e3bbcce2bd9701b8537f6e8d482ae804154d7a17f


Revision tags: version-3.23.0, version-3.22.0, version-3.21.0, version-3.20.1, version-3.19.4, version-3.20.0, version-3.18.2, version-3.18.1, version-3.19.3, version-3.19.2, version-3.19.1, version-3.19.0, version-3.18.0, version-3.17.0, version-3.16.2, version-3.16.1, version-3.16.0, version-3.15.2, version-3.15.1, version-3.15.0, version-3.14.2, version-3.14.1, version-3.14.0, version-3.13.0
# 39f98c52 02-May-2016 dan <[email protected]>

Remove some randomness from test script temptable2.test.

FossilOrigin-Name: 5830cf72e9e870830d088399f1ccb03ed6522582


# b1c6995c 02-May-2016 drh <[email protected]>

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.

FossilOrigin-Name: 088cf83872f6477c3b

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.

FossilOrigin-Name: 088cf83872f6477c3b297c58d6f8a5def7025daf

show more ...


# 4a030c64 29-Apr-2016 dan <[email protected]>

Fix test script temptable2.test so that it works with the "inmemory_journal" and "journaltest" permutations.

FossilOrigin-Name: b7bec7f2d3d08d0c14f77654be2c5cedf1619e58


# 45164826 26-Apr-2016 dan <[email protected]>

Fix an issue in temptable2.test preventing it from working with SQLITE_DEFAULT_AUTOVACUUM=1 builds.

FossilOrigin-Name: e790aac02e4b427b4891b514a050699d159b03b1


# 2d36f065 23-Apr-2016 dan <[email protected]>

Fix a problem with mixing temp-files and mmap-mode.

FossilOrigin-Name: c80c5c62b2e2c5e47e0839f8e2d5b6341ca4a249


Revision tags: version-3.12.2
# 0e55da2e 11-Apr-2016 dan <[email protected]>

Fix a typo in temptable2.test.

FossilOrigin-Name: 04b1890fbc19eb3fa935083c1664fbbfb67dad93


# b5a2592a 11-Apr-2016 dan <[email protected]>

Add tests for wal mode to temptable2.test.

FossilOrigin-Name: c6d0d441a1ab4873caedf2f23543444cea5d7f5a


# b9f11f93 11-Apr-2016 dan <[email protected]>

Add extra tests to temptable2.test.

FossilOrigin-Name: 7dd9d4c15bb6b6ef9127dc7c80a189c55e714dc9


Revision tags: version-3.12.1
# 9131ab93 06-Apr-2016 dan <[email protected]>

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 t

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.

FossilOrigin-Name: 84c557010c211595d2ec80b62c63af1c7f4714bd

show more ...


# d87efd72 06-Apr-2016 dan <[email protected]>

Add tests to this branch. Fix a problem with temporary databases in auto-vacuum mode.

FossilOrigin-Name: afe9bd9b4b5dc98dccf1bced80567515ab5c0117


# 41113b64 05-Apr-2016 dan <[email protected]>

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 t

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.

FossilOrigin-Name: be5a549eba6cf8e29cb6b9824fd6d0db9d03ca7f

show more ...