This Day In History For 2020-09-25
1 Year Ago (more context)
2019-09-25
| ||
18:44 | Add a missing VdbeCoverage() macro. (check-in: 36d35dbd user: drh tags: trunk) | |
17:47 | Remove an unused variable. (check-in: a1988445 user: drh tags: trunk) | |
16:41 | Further simplifications to window-function code. (check-in: 5fe15c1d user: dan tags: trunk) | |
11:49 | In the previous check-in, the variable should be openMode, not openFlags. (check-in: 77b0db22 user: drh tags: trunk) | |
10:36 | In the unix VFS layer, do not attempt to chown() the journal to be the same as the database if running in 8+3 filename mode. Also, update the comments on the chown() attempt to be more precise. (check-in: ab853724 user: drh tags: trunk) | |
02:07 | Simplifications to the window-function code. (check-in: 489a1eb3 user: drh tags: trunk) | |
2 Years Ago (more context)
2018-09-25
| ||
19:08 | Version 3.25.2 (check-in: fb90e718 user: drh tags: release, version-3.25.2, branch-3.25) | |
13:52 | Fix a problem in releasetest.tcl causing configuration "Fast-One" to fail. (check-in: 32ac0014 user: dan tags: branch-3.25) | |
13:51 | Fix a problem in releasetest.tcl causing configuration "Fast-One" to fail. (check-in: 42e04fef user: dan tags: trunk) | |
01:38 | Bump the version number to 3.25.2. (check-in: 996d74f5 user: drh tags: branch-3.25) | |
01:35 | Fix a compilation issue in the "userauth" extension. Also fix a few test script errors that occur with SQLITE_USER_AUTHENTICATION=1 builds. (check-in: e7db5f59 user: drh tags: branch-3.25) | |
01:17 | Fix a problem building on Android with SQLITE_ENABLE_BATCH_ATOMIC_WRITE set. (check-in: b9ffa77c user: drh tags: branch-3.25) | |
3 Years Ago (more context)
2017-09-25
| ||
09:37 | Add an extra snapshot related test case. (check-in: 24a95e14 user: dan tags: trunk) | |
5 Years Ago (more context)
2015-09-25
| ||
23:40 | Fix threads.c so that setting sqlite3FaultSim(200) using the SQLITE_TESTCTRL_FAULT_INSTALL callback causes both unix and windows worker threads to be sequential and deterministic, so that they can be tested reliably. (check-in: 2d867c05 user: drh tags: trunk) | |
20:49 | Fix PRAGMA integrity_check so that it works with a UNIQUE index over expressions. (check-in: 113181ce user: drh tags: trunk) | |
20:18 | Fix a faulty assert() on the benign-malloc controller callback in test_malloc.c. (Leaf check-in: 64f2cb8d user: drh tags: malloc-testing) | |
16:29 | Disable the SQLITE_TESTCTRL_BENIGN_MALLOC_HOOKS mechanism and replace it with SQLITE_TESTCTRL_BENIGN_MALLOC_CTRL, which gives better control. (check-in: 2c57b2f3 user: drh tags: malloc-testing) | |
13:42 | Report an error if the number of named columns in a VIEW is different from the number of result columns in the SELECT statement that implements the VIEW. (check-in: 6e4ac0be user: drh tags: trunk) | |
01:09 | Fix a problem computing affinities for indexes during skip-scan code generation when SQLITE_ENABLE_STAT4 is on. Bug introduced by check-in [1ee089a72d789002]. (check-in: 1350dd42 user: drh tags: trunk) | |
10 Years Ago (more context)
2010-09-25
| ||
22:32 | Enhance the ANALYZE command so that it gathers statistics in the sqlite_stat1 table even for tables that are empty or have no indices. (check-in: a7645d29 user: drh tags: trunk) | |
17:29 | Add new file e_createtable.test. (check-in: 20e16fef user: dan tags: trunk) | |
14:13 | Do not call gethostuuid() on MacOS 10.4 and earlier, since it is not supported there. (check-in: 44deaaef user: drh tags: trunk) | |
07:51 | Add tests to file e_reindex.test. (check-in: eec7dc91 user: dan tags: trunk) | |
15 Years Ago (more context)
2005-09-25
| ||
01:13 | Make sure the default storage for virtual tables is the disk not memory while running conflict.test. Ticket #1453. (CVS 2737) (check-in: 6d780ca6 user: drh tags: trunk) | |