SQLite

All files named ”test/analyzeF.test”
Login

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

History for test/analyzeF.test

2021-03-20
15:11
[40b5cc3ad7] part of check-in [50fbd53260] Revise tests cases to align with the new EXPLAIN QUERY PLAN output. (check-in: [50fbd53260] user: drh branch: eqp-improvements, size: 4900)
2018-05-02
18:00
[9e1a053794] part of check-in [5f0e803e33] Fix test cases so that they work with the new EXPLAIN QUERY PLAN output format. Only some of the cases have been fixed. This is an incremental check-in. (check-in: [5f0e803e33] user: drh branch: rework-EQP, size: 4912)
2016-12-09
00:15
[f423125b55] part of check-in [1f16c9a76b] Fix an obscure problem in range estimation with STAT4. (check-in: [1f16c9a76b] user: drh branch: trunk, size: 4928)
2016-01-04
12:07
[5d1fe1024b] part of check-in [7adb789f45] A new approach to very large sqlite3_mprintf() strings: Back out the [d655a665] check-in and instead make the size fields in StrAccum unsigned. Strings generated by sqlite3_mprintf() can now be as large as 2^31-1 bytes. (check-in: [7adb789f45] user: drh branch: trunk, size: 3680)
2015-03-13
08:31
[7ccd7a04f7] part of check-in [5aa522dcb9] Extra tests for commit [0f250957]. (check-in: [5aa522dcb9] user: dan branch: trunk, size: 3683)
2015-03-11
20:06
Added: [299a47183c] part of check-in [b7f1fc26d2] Allow the query planner to evaluate deterministic scalar SQL functions used in WHERE constraints if all arguments are SQL literals in order to compare the results with sqlite_stat4 sample data. (check-in: [b7f1fc26d2] user: dan branch: stat4-function, size: 2329)