SQLite

Timeline
Login

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

100 events occurring around dc511e60a65232a7.

2011-02-20
03:22
Backport the sqlite3.h generator fix so that it works with newer versions of Fossil. See [3513bf6ee090d9b] for the original. (check-in: 29597a71 user: drh tags: branch-3.7.4)
03:20
Backport the changes of checkin [cf86affcb7d308949] ("Make wal_checkpoint a no-op if a prior checkpoint has already copied all WAL content into the database.") to the 3.7.4 release. (check-in: e6e540ab user: drh tags: branch-3.7.4)
03:11
Backport the SQLITE_PROTOCOL fix and the extra defensive measure to version 3.7.4. (check-in: bcc22c4b user: drh tags: branch-3.7.4)
2011-02-19
23:18
An SQLITE_PROTOCOL error counts as a locking error for verification purposes. (check-in: e87d499a user: drh tags: trunk)
17:02
Change a testcase() added by the previous checkin into an assert(). (check-in: 6f3dad32 user: drh tags: trunk)
16:51
Add testcase macros to verify that all return values from walTryBeginRead() are tested. (check-in: 262b6fca user: drh tags: trunk)
15:22
Changes to make WAL more robust against SQLITE_PROTOCOL errors. (check-in: fd578a32 user: drh tags: trunk)
14:19
Changes which attempt to address an obscure SQLITE_PROTOCOL error. (Leaf check-in: 1725aa75 user: drh tags: wal-trace-375)
2011-02-18
17:23
Fix the sqlite3ValueFromExpr() routine so that it returns SQLITE_NOMEM on an OOM when trying to extract a NULL. (check-in: 1061e94f user: drh tags: trunk)
2011-02-17
15:58
Remove a no-op code path from sqlite3ExprIsInteger(). Replace it with an assert() that proves it always does nothing. (check-in: 7af66d1b user: drh tags: trunk)
13:52
Remove an assert() that was made redundant by the previous checkin. (check-in: 21db7191 user: drh tags: trunk)
13:33
Add an ALWAYS() around a always-true test in where.c. (check-in: 8123283e user: drh tags: trunk)
2011-02-16
23:32
Fix harmless compiler warnings in the query planner. (check-in: 31fc4ba6 user: drh tags: trunk)
01:23
Add "do_not_use_codec" logic to some of the TCL based test cases that read/write directly to the DB. (check-in: edd27669 user: shaneh tags: trunk)
2011-02-14
03:49
Skip some tests in capi3e.test when compiled with SQLITE_OMIT_UTF16. (check-in: b04304b9 user: shaneh tags: trunk)
2011-02-12
14:23
Fix the expected output on tests so that it corresponds to the new query planner results. All of veryquick.test is now passing with SQLITE_ENABLE_STAT2. (check-in: f2a8b5cc user: drh tags: branch-3.7.2)
14:11 Edit [a586a4deeb253300|a586a4de]: Add tag "version-3.7.4". (artifact: f422ba09 user: drh)
05:34
Fix problems in the backport, reducing the number of errors in the TCL tests to just a few dozen. Most of the remaining errors seem to be real and desirable changes of behavior. (check-in: 9d2b0af2 user: drh tags: branch-3.7.2)
01:59
This is the beginning of an attempt to backport recent query planner enhancements to version 3.7.2. The code in this version builds and runs and seems to give correct answers, but it generates suboptimal query plans and hence many of the test cases fail. The test script gives up after 1000 errors. (check-in: e72cf118 user: drh tags: branch-3.7.2)
00:14 Edit [42537b60566f2881|42537b60]: Add tag "version-3.7.2". (artifact: e7912fe2 user: drh)
2011-02-11
22:54
Add a NEVER() around a test that is believed to always be false. (check-in: f7e2ea33 user: drh tags: trunk)
20:55 Edit [559739998833643f|55973999]: Edit check-in comment. (artifact: d5dfee6c user: shane)
20:54 Fixed ticket [752e1646]: Wrong result if DISTINCT used on subquery which uses ORDER BY. plus 2 other changes (artifact: 3c1f4b42 user: shane)
20:52
Skip flattening if subquery has LIMIT and outer query is DISTINCT. Fix for ticket [752e1646fc]. (check-in: 55973999 user: shaneh tags: trunk)
06:59
Fix a bug in the new WHERE-clause processing that tries to use an index to resolve IS NOT NULL constraints when SQLITE_ENABLE_STAT2 is defined. The bug could cause memory overruns and segfaults. The bug was new to the code and has not appeared in an official release. Found during structural testing. (check-in: a5c36b9f user: drh tags: trunk)
03:58 Edit [d78949fc93077e1a|d78949fc]: Edit check-in comment. (artifact: 7d2ceb35 user: drh)
03:56
Allow an index paired with an IS NULL constraint to be used for sorting under the condition that the index be treated as a non-unique index. (check-in: d78949fc user: drh tags: trunk)
02:43
Disable unused NULL tests when SQLITE_ENABLE_STAT2 is not in use. (check-in: 5ecd1178 user: drh tags: trunk)
2011-02-10
21:18 New ticket [752e1646] Wrong result if DISTINCT used on subquery which uses ORDER BY.. (artifact: bbc2da4f user: shane)
21:08
Add .testctrl option to CLI. (check-in: f85afa0e user: shaneh tags: trunk)
19:24 Fixed ticket [89b8c9ac]: False reports of corruption after writing db with two different versions (3.7 and 3.6). plus 1 other change (artifact: 4ff25986 user: drh)
19:23 Fixed ticket [77aa3b1e]: Segfault on automatic index using unknown collating function plus 2 other changes (artifact: 9cd45649 user: drh)
19:23 Edit [756589ad6e286a89|756589ad]: Mark "Closed". Edit check-in comment. (artifact: eb23827f user: drh)
18:56
Split the documentation for sqlite3_wal_checkpoint_v2() and its constants onto separate pages. No changes to code. (check-in: 0ef8ffd1 user: drh tags: trunk)
17:46
Prevent a segfault when automatic indices try to use a column with an unknown collating function. Ticket [77aa3b1e6592582e38605d36]. This check-in also removes some stray \r characters unrelated to the problem. (check-in: f01030a0 user: drh tags: trunk)
17:26 New ticket [77aa3b1e] Segfault on automatic index using unknown collating function. (artifact: 9b5b954a user: drh)
01:49
This is a version of the SQLite 3.7.5 release with Apple's changes for MacOS. (check-in: 55d2e55b user: drh tags: apple-osx)
00:08
Refactor the cost function in the query planner. Give extra cost (thus reduce likelihood of selection) to full table scans. (check-in: 878da276 user: drh tags: trunk)
2011-02-09
19:55
Make sure code *compiles* with each OMIT and ENABLE option. Mostly changes to test modules. (check-in: 7cc515ed user: shaneh tags: trunk)
18:39 Ticket [89b8c9ac] False reports of corruption after writing db with two different versions (3.7 and 3.6). status still Open with 3 other changes (artifact: 58f6afac user: drh) ... 1 similar event omitted.
18:19
Do not report corruption if the the db size header field is greater than the file size on disk unless the two change-counter header fields are identical. Fix for ticket [89b8c9ac54]. (check-in: 00c4596f user: dan tags: trunk)
18:08 New ticket [89b8c9ac] False reports of corruption after writing db with two different versions (3.7 and 3.6).. (artifact: c3bfe79f user: dan)
15:25
Update Makefile.in for fts3_aux changes. (check-in: 38b7cb33 user: shaneh tags: trunk)
03:04
Use macros to define the relative costs of search and seek operations when computing costs in the query planner. Current constants seems wrong and need to be fixed, but doing so will alter test results. Need more experimentation to determine accurate relative costs. (check-in: 5f2ec44b user: drh tags: trunk)
03:03
Simplifications to the sqlite3_wal_checkpoint_v2() logic. (check-in: 652b8835 user: drh tags: trunk)
2011-02-07
23:56
Cleanup to the OP_Checkpoint opcode. (check-in: f611a5a8 user: drh tags: trunk)
16:24
Fix some test cases in walfault.test. Extend one test case to restore code coverage. Add wal5.test to the "coverage-wal" permutation. (check-in: f83b07ac user: dan tags: trunk)
15:12
Change blocking-checkpoint tests so that they run once using "PRAGMA wal_checkpoint" and once using calls to sqlite3_wal_checkpoint_v2(). Also fix edge cases surrounding the output variables set by wal_checkpoint_v2(). (check-in: 5a4b6652 user: dan tags: trunk)
2011-02-05
15:47
Ensure fts4aux can handle a table name in single or double quotes as a constructor argument. (check-in: 929d62e4 user: dan tags: trunk)
14:37
Add test cases for fts4aux. Fix a bug affecting fts3 tables with multiple columns. (check-in: dc511e60 user: dan tags: trunk)
2011-02-04
18:56
Change fts4aux to (additionally) report on term frequency in individual columns of an fts table. (check-in: 3996f92a user: dan tags: trunk)
14:28
Significant changes have occurred since the 3.7.5 release so go ahead and increase the version number to 3.7.6. (check-in: 999c915a user: drh tags: trunk)
06:36
Merge the stat2 query planner enhancements into the trunk. (check-in: 499edcbc user: drh tags: trunk)
05:48 Edit [8063197ef141c0c6|8063197e]: Mark "Closed". (artifact: ce29cf58 user: drh)
05:47
If a deferred foreign key constraint fails on a statement that is not part of a larger transation, make sure that the statement fully ends so that subsequent invocations of the same statement will not pass the constraint because they think the transaction is not closed. This is a merge of the deferred-fk-quirk branch together with a test case. (check-in: 2f94d462 user: drh tags: trunk)
00:53 Fixed ticket [9013e13d]: ATTACH authorization fails when database name is not a literal plus 2 other changes (artifact: 6ae935d5 user: drh)
00:51
Fix the ATTACH command so that the filename argument can be any expression and so that if authorizer callback gets a NULL pointer for the filename if the filename argument is anything other than a string literal. Ticket [9013e13dba5b58c7] (check-in: e64e1453 user: drh tags: trunk)
2011-02-03
15:42 New ticket [9013e13d] ATTACH authorization fails when database name is not a literal. (artifact: 967b0455 user: drh)
12:48
Extra tests for fts4 compress/uncompress hooks. Fix some minor problems with the same. (check-in: 80225abe user: dan tags: trunk)
10:56
Extra tests for the fts4aux module. (check-in: cfc47569 user: dan tags: trunk)
01:26
Fix a superlock test case to conform to the new wal_checkpoint returns. (check-in: 8bf2d51b user: drh tags: trunk)
2011-02-02
19:17
Fix minor problems with the output of "PRAGMA wal_checkpoint". In both code and tests. (check-in: aef61036 user: dan tags: trunk)
17:30
Optimize handling of equality and range constraints on the "term" column of an fts4aux table. (check-in: 386701de user: dan tags: trunk)
16:35 Edit [ebf74015f09fe241|ebf74015]: Mark "Closed". Edit check-in comment. (artifact: 69ce1eea user: drh)
16:34
Merge in the blocking-checkpoint enhancement, including the new sqlite3_wal_checkpoint_v2() interface and the PRAGMA wal_checkpoint(full) statement. (check-in: bac7342c user: drh tags: trunk)
04:40
Merge fts4aux branch. (check-in: c6d9f7d8 user: dan tags: trunk)
04:26
Add missing file fts3_aux.c. (Closed-Leaf check-in: 0147d973 user: dan tags: fts4aux)
00:39 Edit [b010ddcc52889160|b010ddcc]: Change branch background color to "#a8c7d3". Move to branch fts4aux. (artifact: 1aab9ec1 user: drh)
2011-02-01
18:59
Remove extra instances of the text "checked out." from sqlite.h.in. Also add new file fts3_aux.c to mksqlite3c.tcl. (check-in: 9897da22 user: dan tags: fts4aux)
18:00
Fix a problem causing builds with SQLITE_OMIT_WAL defined to fail. (check-in: b9b48dd8 user: dan tags: fts4aux)
17:55
Fix a case in fts4 where a corrupt %_stat table could lead to a crash. (check-in: 4ade96ce user: dan tags: fts4aux)
16:34
Add virtual table module "fts4aux", used to inspect the full-text index of an fts4 table directly. Also add the "compress" and "uncompress" fts4 options. (check-in: b010ddcc user: dan tags: fts4aux)
00:05 Edit [ed759d5a9edb3bba|ed759d5a]: Add tag "version-3.7.5". (artifact: eb49600a user: drh)
00:05 Edit [ed759d5a9edb3bba|ed759d5a]: Change background color to "#d0c0ff". Edit check-in comment. Timestamp 2011-02-01 00:04:29. Add tag "release". (artifact: 5d54d4b2 user: drh)
00:04
Version 3.7.5 (check-in: ed759d5a user: drh tags: trunk, release, version-3.7.5)
2011-01-28
17:03 Edit [38ca1daa2347eedb|38ca1daa]: Move to branch mistake. Change background color to "#d3b5a8". Mark "Closed". Edit check-in comment. (artifact: 1b078bb3 user: drh)
17:02
Bogus release candidate. (Closed-Leaf check-in: 38ca1daa user: drh tags: mistake)
16:45
Add test script pagerfault3.test. No changes to code or existing tests. (check-in: 682fe41e user: dan tags: trunk)
15:46
Change pager_truncate() to a different method for extending files while also ensuring that writes are page-size and page-aligned. (check-in: 874bc884 user: drh tags: trunk)
15:07
When extending a database file, do so by writing one or more page-size chunks of data to the file, instead of just a single byte to the end. (check-in: 58577135 user: dan tags: trunk)
03:13
Reactivate the analyze5.test script. (Closed-Leaf check-in: a2a9f640 user: drh tags: stat2-enhancement)
01:57
Change the weighting of binary searches on tables to 1/10th the cost of a search on an index. Change the assumed reduction in search space from a indexed range constraint from 1/3rd to 1/4th. Do not let the estimated number of rows drop below 1. (check-in: 4847c6cb user: drh tags: stat2-enhancement)
2011-01-27
18:48
Pull in all the changes from trunk up through the version 3.7.5 release candidate 1. (check-in: 09d6c91d user: drh tags: apple-osx)
14:35
SQLite version 3.7.5 release candidate 1 (check-in: 35ac78f5 user: drh tags: trunk)
14:33 Fixed ticket [5d863f87]: DB corruption following rollback-WAL-VACUUM-rollback plus 1 other change (artifact: df996354 user: drh)
2011-01-26
19:46
Update all built-in VFSes to return SQLITE_OK for the SQLITE_FCNTL_SYNC_OMITTED file-control operation. Also change the xFileControl methods to return SQLITE_NOTFOUND for unrecognized operation codes. (check-in: 6f2c72a0 user: drh tags: trunk)
17:05 Edit [7e3fc2c833a5baa0|7e3fc2c8]: Move to branch blocking-checkpoint. (artifact: 67b821dc user: drh)
15:23
Update test file mutex1.test to account for [e3b500fb5d]. (check-in: c86e46f4 user: dan tags: trunk)
13:42 Edit [f4b9003a2d3db88e|f4b9003a]: Mark "Closed". (artifact: 435005e4 user: drh)
13:41 Edit [2dc98d29995bef51|2dc98d29]: Mark "Closed". (artifact: 4025872e user: drh)
13:41 Edit [2ea5bd1287227589|2ea5bd12]: Mark "Closed". Edit check-in comment. (artifact: a6119dea user: drh)
13:41 Edit [76a0294ab4208a08|76a0294a]: Mark "Closed". (artifact: 4e238fbc user: drh)
13:40 Edit [4c3e137803f86ec5|4c3e1378]: Mark "Closed". (artifact: 3c0f3042 user: drh)
13:39 Edit [1a3e7417a2184188|1a3e7417]: Mark "Closed". (artifact: 28770137 user: drh)
13:39 Edit [149d2ae4a6fe2f86|149d2ae4]: Mark "Closed". Edit check-in comment. (artifact: 732bffe6 user: drh)
13:38 Edit [ad8df6c5ee0055cf|ad8df6c5]: Mark "Closed". (artifact: a90764af user: drh)
13:38 Edit [d1b3c54f42b1765e|d1b3c54f]: Mark "Closed". Edit check-in comment. (artifact: 59d4ccf8 user: drh)
13:37 Edit [88b84bf18a4b2762|88b84bf1]: Mark "Closed". (artifact: ca2fa3e0 user: drh)
13:37 Edit [228e7c34c6411467|228e7c34]: Mark "Closed". Edit check-in comment. (artifact: 63301229 user: drh)