SQLite

Timeline
Login

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

100 ticket changes occurring around f05a49b6e006475c.

2014-10-02
21:52 Fixed ticket [8c32a33a]: Segfault on a syntax error involving the IS operator plus 5 other changes (artifact: ee9b9ce6 user: drh)
21:25 New ticket [8c32a33a]. (artifact: 7de8fdb3 user: drh)
2014-10-01
12:02 Closed ticket [e3a29096]: out-of-bounds write when using non-default malloc implementation and SQLITE_DIRECT_OVERFLOW_READ plus 6 other changes (artifact: 347802e2 user: dan)
11:54 New ticket [e3a29096]. (artifact: 72fdf842 user: dan)
2014-09-29
15:00 Fixed ticket [209d31e3]: Assertion fault when deleting a table out from under a SELECT plus 5 other changes (artifact: 12f3314f user: drh)
14:43 New ticket [209d31e3]. (artifact: 442fc706 user: drh)
2014-09-24
13:20 Fixed ticket [78c0c8c3]: Segfault when a DEFAULT value contains a bind parameter plus 5 other changes (artifact: 2d0ace26 user: drh)
11:57 New ticket [78c0c8c3]. (artifact: 066bb9ab user: drh)
2014-09-21
22:33 Fixed ticket [d11a6e90]: Query planner fault on three-way nested join with compound inner SELECT plus 3 other changes (artifact: 06237a2b user: drh)
2014-09-20
18:42 Ticket [d11a6e90]: 7 changes (artifact: aab722ba user: drh)
17:05 New ticket [d11a6e90]. (artifact: ce50af6b user: drh)
2014-08-27
17:41 Fixed ticket [98d973b8]: Partial index gives incorrect query result plus 5 other changes (artifact: a75d6bfc user: drh)
17:31 New ticket [98d973b8]. (artifact: a441e2a9 user: drh)
2014-08-21
15:57 Fixed ticket [369d57fb]: DELETE with TRIGGER causes an assertion fault plus 5 other changes (artifact: 5709eef0 user: drh)
12:32 New ticket [369d57fb]. (artifact: 40e9c6f0 user: drh)
2014-08-19
20:27 Fixed ticket [11d5aa45]: sqlite3_trace() sometimes does not invoke its callback plus 5 other changes (artifact: 2be037cd user: drh)
19:57 New ticket [11d5aa45]. (artifact: cc30ae32 user: drh)
2014-08-06
00:29 Fixed ticket [3a88d85f]: Segfault when a DEFAULT value contains an aggregate function plus 5 other changes (artifact: 62aee611 user: drh)
2014-08-05
20:51 New ticket [3a88d85f]. (artifact: fcc55ce4 user: drh)
2014-07-30
14:44 Fixed ticket [9a6daf34]: UNIQUE not enforced on an index plus 5 other changes (artifact: 30408f14 user: drh)
12:33 New ticket [9a6daf34]. (artifact: 84f3a315 user: drh)
2014-07-29
12:53 Fixed ticket [d2889096]: Problem with rtree tables with IN() operators or as the inner loop of a join. plus 3 other changes (artifact: d17ac0ca user: drh)
11:18 Ticket [d2889096]: 6 changes (artifact: c90fa76d user: dan)
11:15 New ticket [d2889096]. (artifact: f95aae06 user: dan)
2014-06-30
18:58 Fixed ticket [b2fa5424]: Incorrect STAT4 samples for WITHOUT ROWID tables plus 5 other changes (artifact: a9c56e5c user: drh)
13:06 New ticket [b2fa5424]. (artifact: c4cd9e13 user: drh)
2014-06-27
02:23 Fixed ticket [9a8b09f8]: Affinity problem on "x IN (?)" plus 5 other changes (artifact: a198df4d user: drh)
2014-06-26
14:46 New ticket [9a8b09f8]. (artifact: 7a0caf42 user: drh)
2014-06-10
20:11 Open ticket [1c69be2d]: Incorrect GROUP BY when input and output columns have the same name plus 4 other changes (artifact: a8a0089d user: drh)
2014-05-23
11:51 Fixed ticket [e9654505]: Inifinite loop in INSERT statement. plus 5 other changes (artifact: 8389cd6e user: drh)
10:15 New ticket [e9654505]. (artifact: cc3683f6 user: drh)
2014-05-07
17:19 Fixed ticket [55746f9e]: group_concat() returns NULL instead of an empty string plus 5 other changes (artifact: 63c1dfcf user: drh)
16:58 New ticket [55746f9e]. (artifact: cc9c07bc user: drh)
2014-04-26
17:52 Fixed ticket [f67b4138]: "INSERT INTO tbl SELECT * FROM tbl2" statement may modify data if ALTER TABLE ADD COLUMN has been used on tbl2. plus 3 other changes (artifact: d52b6d75 user: drh)
12:36 Ticket [f67b4138]: 6 changes (artifact: a5228e13 user: dan)
12:18 New ticket [f67b4138]. (artifact: a35d5872 user: dan)
2014-04-25
17:37 Fixed ticket [388d01d4]: Crash on join with a virtual table, DISTINCT, and ORDER BY. plus 5 other changes (artifact: a6de697b user: drh)
14:04 New ticket [388d01d4]. (artifact: da138a0b user: drh)
2014-04-21
13:39 Fixed ticket [b75a9ca6]: ORDER BY ignored if query has identical GROUP BY plus 5 other changes (artifact: c5dd2e0d user: drh)
2014-04-20
09:57 Closed ticket [14b9ffb6]: An ORDER BY clause with the same expressions as a GROUP BY clause may be ignored plus 6 other changes (artifact: 9dcbc965 user: drh)
09:44 Closed ticket [14b9ffb6]. (artifact: 2ed6540f user: dan)
09:34 New ticket [b75a9ca6] ORDER BY ignored if query has identical GROUP BY. (artifact: 886cb1c9 user: drh)
09:32 New ticket [14b9ffb6] An ORDER BY clause with the same expressions as a GROUP BY clause may be ignored. (artifact: 401ae53b user: dan)
2014-04-14
19:48 Fixed ticket [264b970c]: Crash when calling sqlite_rename_parent() with NULL parameters. plus 5 other changes (artifact: b9804f7e user: drh)
19:46 New ticket [264b970c]. (artifact: 9c40070d user: drh)
2014-04-13
19:28 Fixed ticket [2ea3e9fe]: Partial index causes assertion fault on UPDATE OR REPLACE plus 5 other changes (artifact: 50c5235f user: drh)
16:24 New ticket [2ea3e9fe]. (artifact: aee89fa1 user: drh)
2014-04-10
02:24 Fixed ticket [10fb063b]: Duplicate row output on an OR query plus 5 other changes (artifact: 1e34ba1a user: drh)
02:09 New ticket [10fb063b]. (artifact: 530cc4a7 user: drh)
2014-04-03
16:57 Fixed ticket [98825a79]: Incorrect result from a DISTINCT + GROUP BY + ORDER BY query plus 5 other changes (artifact: 2c4eead4 user: drh)
15:17 New ticket [98825a79]. (artifact: b556e7c9 user: drh)
2014-03-24
15:02 Fixed ticket [a8a0d299]: Incorrect column data type reported plus 3 other changes (artifact: 7badd139 user: drh)
12:55 Ticket [a8a0d299]: 4 changes (artifact: a8a9f0a1 user: drh)
11:32 Ticket [a8a0d299]: 6 changes (artifact: 533558fc user: drh)
09:18 New ticket [a8a0d299]. (artifact: c40b3fef user: dan)
2014-03-21
18:16 Fixed ticket [07d6a045]: OFFSET ignored if there is no FROM clause plus 5 other changes (artifact: 9c43cbdc user: drh)
18:04 New ticket [07d6a045]. (artifact: c9ba18a7 user: drh)
2014-03-20
13:31 Fixed ticket [e39d0325]: Assertion fault on a query containing "x IN (?)" plus 6 other changes (artifact: 8a7c5a08 user: drh)
11:52 New ticket [e39d0325]. (artifact: c3311ddb user: drh)
2014-03-11
13:20 Closed ticket [0841d0f5]: Exclusive transactions do not work if same database multiply attached plus 4 other changes (artifact: e4ce6e45 user: drh)
13:20 Closed ticket [13137dcc]: FTS3 and last_insert_rowid() plus 3 other changes (artifact: 81c931a1 user: drh)
13:20 Closed ticket [08494146]: Some minor asyncvfs issues plus 2 other changes (artifact: 0895c699 user: drh)
13:19 Closed ticket [25e09aa2]: Lint mode plus 3 other changes (artifact: c165b8c8 user: drh)
13:18 Fixed ticket [5ac9b497]: Some issues with aliases, fully qualified identifiers, and * plus 3 other changes (artifact: 57162871 user: drh)
13:18 Closed ticket [030632f5]: make sqlite2 detect sqlite3 plus 3 other changes (artifact: dc3fdfa0 user: drh)
13:18 Closed ticket [72b01a98]: Per page/region checksums plus 4 other changes (artifact: 1b2cd924 user: drh)
13:17 Closed ticket [36712658]: No error reporting on file open failure plus 3 other changes (artifact: a8c0cf87 user: drh)
13:17 Closed ticket [af3450b7]: Recursive virtual tables plus 3 other changes (artifact: 46e25d4b user: drh)
13:17 Fixed ticket [c25aab7e]: The ".import" command does not parse CSV correctly. plus 3 other changes (artifact: 5733c490 user: drh)
13:16 Closed ticket [f817a457]: CantOpen doesn't include name of file that can't be opened plus 4 other changes (artifact: 03099653 user: drh)
13:15 Fixed ticket [775b39dd]: Poor query planning with virtual tables, joins and ORDER BY. plus 2 other changes (artifact: f9f600d9 user: drh)
13:15 Closed ticket [2e047cbe]: select DISTINCT performance could be better plus 4 other changes (artifact: 397b2b89 user: drh)
13:14 Fixed ticket [23b21282]: Uninformative error message on check constraint failure plus 3 other changes (artifact: 56d0f014 user: drh)
13:14 Closed ticket [61d35ac2]: A way to tell if a journal should exist plus 3 other changes (artifact: 8cfcaee0 user: drh)
13:13 Closed ticket [33fdaab1]: Need to cancel an integrity check in progress with sqlite3_interrupt plus 3 other changes (artifact: 6cf22fec user: drh)
13:12 Closed ticket [293860ac]: Allow triggers to reference other databases plus 3 other changes (artifact: 72175e60 user: drh)
13:12 Closed ticket [65a1fd4b]: Shell should call rl_readline_name plus 4 other changes (artifact: 1553d737 user: drh)
13:11 Fixed ticket [bcff482d]: Explicit extended error code for deadlock with sqlite_busy plus 4 other changes (artifact: 17a60b18 user: drh)
13:11 Closed ticket [5896edbe]: List available SQL functions plus 4 other changes (artifact: 902c8260 user: drh)
13:10 Closed ticket [c276ee2e]: null should not be allowed in primary key plus 5 other changes (artifact: 9e0a2c0b user: drh)
13:09 Fixed ticket [f711d5a9]: Windows DLL should have versioninfo resource plus 4 other changes (artifact: 3a0f9058 user: drh)
13:08 Closed ticket [4d5c039d]: Truncated database not detected well plus 3 other changes (artifact: af431220 user: drh)
13:07 Fixed ticket [de3ae967]: Insert multiple rows at once plus 3 other changes (artifact: 23340708 user: drh)
13:06 Closed ticket [c060923a]: VFS filename truncation issues plus 3 other changes (artifact: fc3c4605 user: drh)
13:06 Fixed ticket [f6ee7c19]: Negative widths should right justify plus 4 other changes (artifact: 96dd07a8 user: drh)
13:05 Fixed ticket [ba7fdb56]: Page size should auto default to file system block size plus 3 other changes (artifact: 14d40231 user: drh)
13:05 Closed ticket [08595ca4]: INTERSECT operator should have higher precedence plus 5 other changes (artifact: 376a460d user: drh)
13:04 Closed ticket [ed2ff2f4]: Call progress callback while doing pragma integrity_check plus 4 other changes (artifact: 76095684 user: drh)
13:04 Closed ticket [ebde3f66]: Shared cache has different busy behaviour than non-shared plus 3 other changes (artifact: 5d117cb6 user: drh)
13:03 Closed ticket [d8fe6cef]: Error return from VFS xUnlock ignored plus 4 other changes (artifact: 149285a5 user: drh)
13:02 Closed ticket [1c67bd6c]: Shell Control-C (break) handling could be better plus 4 other changes (artifact: d49cecf2 user: drh)
13:00 Closed ticket [1a1790ca]: No way to signal an error in collation callback plus 4 other changes (artifact: 1d03e369 user: drh)
13:00 Closed ticket [62359d65]: xGetLastError should be dumped plus 4 other changes (artifact: b2d8d111 user: drh)
12:59 Closed ticket [efeeb90f]: error messages should be per-thread not global plus 4 other changes (artifact: 0fa3cc5d user: drh)
12:59 Closed ticket [15e11a2c]: IfEmpty(a,b) : a function like IfNull(a,b) but for empty strings plus 3 other changes (artifact: 19526150 user: drh)
12:58 Closed ticket [eaa105fe]: (...) WHERE col IN (val1) not reflected in xBestIndex plus 3 other changes (artifact: d685d603 user: drh)
12:58 Closed ticket [b803a45d]: Feature Request: MATCHES(VAL1%, VAL2, %VALn%, ...) plus 4 other changes (artifact: 2882bfb8 user: drh)
12:57 Ticket [08494146] Some minor asyncvfs issues status still Open with 4 other changes (artifact: 1f0b55dd user: drh)
12:56 Closed ticket [e33452c9]: Query plan doesn't use existing index plus 3 other changes (artifact: 78867f00 user: drh)
12:56 Closed ticket [89f7b558]: RFE - Documentation in PDF format? plus 4 other changes (artifact: 44da06a8 user: drh)