aboutsummaryrefslogtreecommitdiff
path: root/test/permutations.test
Commit message (Collapse)AuthorAge
...
* | | | | Merge recent trunk changes, include the R-Tree enhancement that allowsdrh2015-05-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 8-byte BLOB arguments to geometry functions, and the fix for the TEXT affinity problem that could cause corrupt indexes. FossilOrigin-Name: 0a0de8b72ca24f287f9c84766a14e12ea4564b59
| * | | | Merge latest trunk changes with this branch.dan2015-02-23
| |\ \ \ \ | | | |_|/ | | |/| | FossilOrigin-Name: e5ca79d2d3c066252b0baa4f76ddbe0ee3b14cb6
| * | | | Merge in all changes from trunk.drh2015-01-28
| |\| | | | | | | | | | | | | FossilOrigin-Name: 17c69be80542c5f84e21d60df3edc49422b087d9
| * | | | Update this branch with latest trunk changes.dan2014-12-08
| |\ \ \ \ | | | | | | | | | | | | FossilOrigin-Name: 69a312ad3fe5b39bc394b9ce958cb63d734518c7
| * | | | | Add further tests to ota5.test. Add "ota.test", for running all ota tests.dan2014-09-19
| | | | | | | | | | | | | | | | | | FossilOrigin-Name: 95ffdaa542df1c28fac97422e5a4b2c5cb81d50a
* | | | | | Merge trunk 3.8.8 beta changes into the sessions branchdrh2015-01-14
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | FossilOrigin-Name: 0ba124540b5b2a9ceda0f4f4a46e6be54edad813
| * | | | | Omit modules from the "valgrind" permutation that fork off separate processes.drh2015-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also omit selectG.test because it is timing sensitive and valgrind is too slow to get the right answer. FossilOrigin-Name: 662932a69a0f69b7227cc05b75a9f1637a3862f4
* | | | | | Merge recent enhancements from trunk, including test scripts enhancements anddrh2015-01-08
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | the removal of limits on the number of terms in a VALUES clause. FossilOrigin-Name: 5a2dec55bfadc328b430a5231a037b37831a5530
| * | | | | In releasetest.tcl:drh2015-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Add the Failure-Detection platform. (2) Re-add the --disable-shared argument on Default that was mistakenly removed by the previous commit. (3) Remove the -ftrapv tests, as we read that -ftrapv does not work in GCC. FossilOrigin-Name: 1f2fb77781a93427a2348f821b66dba7310c49b8
| * | | | | Add logic to releasetest.tcl that detects -fsanitize=undefined errors.drh2015-01-01
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Fix a few false-positivies that come up when running the sanitize=undefined test. FossilOrigin-Name: 2835e79a0afec6e4d449ac9340afec068c2d4c11
| * | | | Do run pragma3.test as part of the mmap permutation. As it works as of ↵dan2014-12-31
| | | | | | | | | | | | | | | | | | | | | | | | | [cf48eb608a]. FossilOrigin-Name: 11057e2645d92876fd0fb6d702757408077b7354
* | | | | Merge the fix to PRAGMA data_version and testing improvements from trunk.drh2014-12-31
|\| | | | | | | | | | | | | | FossilOrigin-Name: 86e39123c1bca457672bc63eff00a823745077e5
| * | | | Do not run pragma3.test as part of the mmap permutation.dan2014-12-31
| | | | | | | | | | | | | | | FossilOrigin-Name: 94101011966243d599519a69c99c202ea31b928d
| * | | | Fix problems with the "inmemory_journal" permutation.dan2014-12-30
| | |/ / | |/| | | | | | FossilOrigin-Name: 79693f0412ffb0486b974ee6c63b4231cfff5a77
* | | | Merge all recent fixes and enhancements from trunk into sessions.drh2014-12-02
|\| | | | | | | | | | | FossilOrigin-Name: 2617d93713d9f4cf907ab2e7baef6a0f74f7198e
| * | | Fix an integer overflow bug in vdbesort.c.dan2014-11-25
| |/ / | | | | | | FossilOrigin-Name: 623827192532f08b68bc0eb9ed1449e173361f0c
* | | Change the names of the stream interface APIs to be of the formdrh2014-09-27
| | | | | | | | | | | | | | | | | | "_strm" instead of "_str". In other words, added an "m" to the end, to try to make it clear that we are talking about a "stream" and not a "string. FossilOrigin-Name: 1f44bfdc237ee6304f4aa56e5c5d1c0d74fcc944
* | | Begin adding 'streaming' APIs to sessions module. This is a work in progress.dan2014-09-23
| | | | | | | | | FossilOrigin-Name: 3c7d3d950bbf5f5ed3696ebc61c77ca48bafe2b5
* | | Merge the latest trunk changes, including the multi-threaded sorter, intodrh2014-09-02
|\| | | | | | | | | | | | | | the sessions branch. FossilOrigin-Name: d4cce2c71e64ab7b6a65a81b88b69445ed859351
| * | Bring the threads branch up-to-date with the 3.8.5 release.drh2014-06-05
| |\| | | | | | | FossilOrigin-Name: e4b01676d7e7ac14f5120ca3a618cc34dbf5dab2
| * | Merge recent changes from trunk.drh2014-05-19
| |\ \ | | | | | | | | FossilOrigin-Name: 6eefdad946da6a5f4052ac51d327777890fa3f18
| * | | Re-implement the core of the multi-threaded sorter tests in sort4.test using ↵dan2014-05-06
| | | | | | | | | | | | | | | | | | | | C. Run each test in sort4.test ten times, or repeat all tests for 300 seconds as part of the "multithread" permutation test. FossilOrigin-Name: 208b2b04d4d282bec4424ea7160a123ba549d118
| * | | Add test file sort4.test, containing brute force tests for the multi-theaded ↵dan2014-05-05
| | | | | | | | | | | | | | | | | | | | sorter. FossilOrigin-Name: 9cc364c42cc64ab7b55b5c55e303fb63a456cf00
| * | | Fix a problem in the sorter causing it to return spurious SQLITE_NOMEM ↵dan2014-05-03
| | | | | | | | | | | | | | | | | | | | errors when configured to use memsys3 or memsys5. FossilOrigin-Name: 3a66c4e1bf311d38668dfcdcd77867feff6db7bd
| * | | Fix an integer overflow problem in the sorter.dan2014-04-03
| | | | | | | | | | | | FossilOrigin-Name: 9d3351b8d713232133dad149c73fb2a27c72abb1
* | | | Merge the 3.8.5 release candidate changes into the sessions branch.drh2014-06-03
|\ \ \ \ | | |_|/ | |/| | FossilOrigin-Name: 09e75d82d02f900e58eceaaa010a42fc7044c89f
| * | | Add the "valgrind-nolookaside" permutation to permutations.test.dan2014-06-02
| | |/ | |/| | | | FossilOrigin-Name: 8e8472d9b689d128eb11d3111e009161cf4580f7
* | | Merge recent trunk changes into the sessions branch.drh2014-05-20
|\| | | | | | | | FossilOrigin-Name: 2d33afe0c43cb99caa521c48b721c3b0971e967c
| * | Fix a problem to do with loading the value of the FTS automerge setting from ↵dan2014-05-14
| | | | | | | | | | | | | | | the database. FossilOrigin-Name: 7268119f74602929b372b88eca7b3c3b4964f7d5
| * | Fix various problems to do with segment promotion. Add test file ↵dan2014-05-14
| |/ | | | | | | | | fts4growth2.test, containing tests to check that the FTS index does not grow indefinitely as the table is updated. FossilOrigin-Name: 21491a9bc686e63bec32f1a67103622f1160a2f9
* | Sync with version 3.8.3.drh2014-02-03
|\| | | | | FossilOrigin-Name: a704b65b9476d60c88b5bc82f2743faa2bce5ac2
| * Do not run test script mmapfault.test as part of the "inmemory_journal" ↵dan2014-01-30
| | | | | | | | | | permutation test. FossilOrigin-Name: b222b61a98dc1f3c2c48ea06efe7d82d9fcf4d75
* | Merge the skip-scan optimization into the sessions branch.drh2013-11-14
|\| | | | | FossilOrigin-Name: 7596d1bf8040f7cefc7b22c5e609acc5d66820bf
| * When possible, have FTS use 32-bit operations to read varints from the database.dan2013-11-12
| | | | | | FossilOrigin-Name: aa7ba302ed13aedde89b5bcbe9119799c0da8a42
* | Synchronize with the trunk.drh2013-10-10
|\| | | | | FossilOrigin-Name: 136445ba020c9475d3f5a7843d7d0add98477138
| * Add ext/misc/vfslog.c, a VFS shim for unix that keeps a log of method calls ↵dan2013-10-10
| | | | | | | | | | made by SQLite. FossilOrigin-Name: 24a827b87666670c56d68a18685f4f712852fa92
| * When preparing an UPDATE statement, avoid generating VDBE code for those ↵dan2013-09-05
| | | | | | | | | | foreign key related actions and constraint checks that may be seen to be unnecessary by considering the subset of table columns potentially modified by the UPDATE. FossilOrigin-Name: e940b5de49baa1d6a4cf859fbbc0e0df86ac5dbf
| * Add tests to improve coverage when SQLITE_ENABLE_STAT3 is defined.dan2013-09-04
| | | | | | FossilOrigin-Name: f929e9b41f2f69b086be3dd48fe557adbba7ae5c
* | Merge in all the latest trunk changes, including the win32-longpath VFS anddrh2013-09-03
|\| | | | | | | | | the fix for the segfault in the omit-left-join optimization. FossilOrigin-Name: cdd3838b7876639cf99904b2054884247fbff529
| * Further stat4 related tests.dan2013-09-02
| | | | | | FossilOrigin-Name: 0a702c4b4c35fdbcb62e3ab88b9e57d7ea0052a8
* | Merge from trunk: (1) Recent bug fixes (2) STAT4 support (3) win32-longpathdrh2013-08-29
|\| | | | | | | | | support. FossilOrigin-Name: e7ebc8f74fe91dee26f952fdf49e427b45448667
| * Fixes for test code that was not working with utf16 databases. Run the ↵dan2013-08-16
| | | | | | | | | | analyze*.test scripts as part of the 'utf16' permutation test. FossilOrigin-Name: fe99494d99df95f699ffab07b1e212800b5ff00d
* | Fixes for the sessions module so that it works with ↵dan2013-07-02
| | | | | | | | | | sqlite3_extended_error_codes() set. FossilOrigin-Name: c2972b6aed23f6c76a289534de9ea4732a48f40e
* | Bring the sessions branch up-to-date with all the latest trunk changes.drh2013-06-26
|\| | | | | FossilOrigin-Name: 086a127236ee99d67513490fb7b5549e8b752c44
| * Cut over the next generation query planner. Increase the version numberdrh2013-06-26
| |\ | | | | | | | | | | | | to 3.8.0. FossilOrigin-Name: 0fe31f60cadc5fe5a9d87e110bfaed5fd026cba1
| | * "make test" now passing.drh2013-06-12
| | | | | | | | | FossilOrigin-Name: addd7f466d6ff55f82d907286650c26b06e9397b
| | * Add the "queryplanner" test permutation. Continuing refinements to NGQP.drh2013-06-12
| | | | | | | | | FossilOrigin-Name: 25e2cde105a19293bdb9c001b48624e5d7f8c4e5
| * | Add the "notindexed" option to fts4.dan2013-06-21
| |/ | | | | FossilOrigin-Name: 8ff2b8f5948ccddce70102e6d68d464c66e4f7ca
* | Update the sessions branch to the latest 3.7.17 beta.drh2013-05-17
|\| | | | | FossilOrigin-Name: af8057ef5dcaa72dc0d2ab5d1553b06757449fa1
| * Fix minor test script issues causing releasetest.tcl to fail.dan2013-05-16
| | | | | | FossilOrigin-Name: d8ded9d8a1052885ce223c70efa55c0dd8b9920e