SQLite

Timeline
Login

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

181 events for the month beginning 2014-03-01 by user drh

Following month ↑
2014-03-31
23:57
Fix a compiler warning when SQLITE_DIRECT_OVERFLOW_READ is defined. Minor performance enhancement and size reduction. (check-in: 96385dc4 user: drh tags: overflow-pgno-cache)
22:03
Merge in the latest changes and fixes from trunk. (check-in: f6211540 user: drh tags: overflow-pgno-cache)
21:59 Edit [e3d2be3ba47cdaaf|e3d2be3b]: Mark "Closed". (artifact: 8fa0e460 user: drh)
20:05
Remove an unnecessary conditional. (Closed-Leaf check-in: 7473c4df user: drh tags: query-plan-experiments)
19:49
Also make sure an index that is a proper subset of some other index has a higher cost than that other index. Add test cases. (check-in: b7830d23 user: drh tags: query-plan-experiments)
18:24
Make sure that an index that covers a proper superset of the WHERE clause terms of some other index has a lower cost than the other index. (check-in: ea8b0910 user: drh tags: query-plan-experiments)
13:42
Avoid a (harmless) buffer overread that is possible on an OOM when MEMSYS5 is engaged. (check-in: b3296267 user: drh tags: trunk)
2014-03-29
21:16
Experiments in picking better query plans, especially when the usage of one index is a subset of another. (check-in: 8f869ca7 user: drh tags: query-plan-experiments)
2014-03-28
19:47
Fix a compiler warning and an after-OOM memory leak. (check-in: 58f7ca29 user: drh tags: orderby-planning)
18:35
Merge the latest changes from trunk. (check-in: 3047a25f user: drh tags: orderby-planning)
14:41
Disable the wal64k.test script for non-unix systems since it depends on unix-only features. (check-in: 27deb6e4 user: drh tags: trunk)
12:56
Fix a harmless compiler warning. (check-in: a4e47150 user: drh tags: trunk)
03:12
Enhance the sqlite3VdbeRecordCompare() routines so that if they encounter database corruption, they will set the UnpackedRecord.isCorrupt field and return 0. The sqlite3BtreeMovetoUnpacked() routine detects this and returns SQLITE_CORRUPT, causing the corruption to be reported back to the top-level. (check-in: 7fa85eaa user: drh tags: trunk)
2014-03-27
18:36
Minor cleanup of the code in the query planner that computes the costs estimates for the various plans. There are no changes to the costs at this time. But the code is slightly more readable now and that might facilitate future enhancements. (check-in: 9b4d7226 user: drh tags: trunk)
14:05
Enhance the logest.c utility with new operators: "dup", "inv", "log", and "nlogn". Provide help on an invalid input. (check-in: b4bd2a06 user: drh tags: trunk)
00:09
Merge the latest trunk changes and the fix for the crash on a corrupt database. (check-in: 0b35346c user: drh tags: orderby-planning)
2014-03-26
19:45
Merge from trunk the fix for the crash on a corrupt database. (check-in: 8cb2b02b user: drh tags: threads)
19:43
Merge in fixes (including the corrupt-database crash fix) and performance enhancements from trunk. (check-in: fc8ca1a8 user: drh tags: sessions)
18:51
Version 3.8.4.2 (check-in: 02ea1663 user: drh tags: release, version-3.8.4.2, branch-3.8.4)
16:25
Increase the version number to 3.8.4.2. (check-in: 59978a2e user: drh tags: branch-3.8.4)
16:22
Fix a potential buffer overread that could have occurred when searching a corrupt database file. (check-in: db293547 user: drh tags: branch-3.8.4)
15:05
Add a test case to verify that the previous change avoids excess buffer overread in sqlite3VdbeRecordCompare(). (check-in: 2b28e8d5 user: drh tags: trunk)
14:51
Earlier detection of corruption in sqlite3VdbeRecordCompare() in order to avoid a potential buffer overread. (check-in: 28ddecff user: drh tags: trunk)
12:02
Add an assert() and a comment to clarify the operation of the vdbeRecordCompareInt() routine. (check-in: 851abdb8 user: drh tags: trunk)
2014-03-25
20:28
Adjust the repeat counts on several tests in speedtest1 so that the relative time spent on the test is roughly the same regardless of --size. (check-in: 7922809e user: drh tags: trunk)
18:29
Merge enhancements and fixes from trunk. (check-in: e005f2d6 user: drh tags: orderby-planning)
17:45
Add another performance test case to speedtest1. This case is another ORDER BY test but this time without LIMIT. (check-in: 9ab7ffd5 user: drh tags: trunk)
14:54
Add an ORDER BY test case to speedtest1.c (check-in: 58812264 user: drh tags: trunk)
14:12
Enable four sorting threads by default in the command-line shell. (check-in: 1cab8357 user: drh tags: threads)
13:17
Merge all fixes and enhancements from trunk. (check-in: b415dfb6 user: drh tags: threads)
11:00
Detect when a VdbeCursor is still pointing at a valid row but that row has moved, and invalidated the return from prior sqlite3BtreeDataFetch() or sqlite3BtreeKeyFetch() calls. (check-in: e6798871 user: drh tags: trunk)
2014-03-24
18:08
Avoid unnecessary moving of content between registers during an ORDER BY. (check-in: 4f472acc user: drh tags: orderby-planning)
15:02 Fixed ticket [a8a0d299]: Incorrect column data type reported plus 3 other changes (artifact: 7badd139 user: drh)
15:01 Edit [0b95b7a8748df19a|0b95b7a8]: Mark "Closed". Edit check-in comment. (artifact: 0445642a user: drh)
15:00
Fix arithmetic operators so that they do not change the affinity of their input operands. Ticket [a8a0d2996a]. (check-in: 221f8f94 user: drh tags: trunk)
12:55 Ticket [a8a0d299] Incorrect column data type reported status still Open with 4 other changes (artifact: a8a9f0a1 user: drh)
12:46 Edit [0b95b7a8748df19a|0b95b7a8]: Move to branch tkt-a8a0d2996a. (artifact: 1b6c1c41 user: drh)
12:33
Cancel column-cache entries that are involved in a comparison operator since the comparison might have forced an affinity change. Originally proposed as a fix for ticket [a8a0d2996a], but later determined to be incorrect. (Closed-Leaf check-in: 0b95b7a8 user: drh tags: tkt-a8a0d2996a)
11:32 Ticket [a8a0d299] Incorrect column data type reported status still Open with 6 other changes (artifact: 533558fc user: drh)
02:20
Remove a pointless OP_Once operation in ORDER BY clauses with LIMIT. (check-in: e6c59d23 user: drh tags: orderby-planning)
01:45 Edit [e7188fad87ec82d3|e7188fad]: Edit check-in comment. (artifact: d9097262 user: drh)
01:43
Further enhancements to generated VDBE code for ORDER BY. (check-in: e7188fad user: drh tags: orderby-planning)
2014-03-23
18:47
merge fixes from trunk (check-in: faf7f9ca user: drh tags: orderby-planning)
17:45
Use only a single OP_MakeRecord instead of two when constructing entries to go onto a sorter. (check-in: d696cded user: drh tags: orderby-planning)
16:29
Avoid a possible use of an uninitialized variable following an I/O or OOM error. (check-in: 641408a1 user: drh tags: trunk)
2014-03-22
02:19
Clear the sort-order flags on the KeyInfo object associated with the OP_Compare/OP_Jump of the block-sort logic, in order to make the OP_Jump fully testable. (check-in: 9b2838f2 user: drh tags: trunk)
01:52
Increase the version number to 3.8.5. (check-in: 9760879d user: drh tags: trunk)
00:27
Fix the ORDER BY optimization logic so that it will do a block-sort on a partial DESC ORDER BY. This enhancement uncovered a memory leak in pushUntoSorter() which is also fixed. (check-in: c36f7461 user: drh tags: trunk)
2014-03-21
20:58
Add the ability to use indices for the first few terms of an ORDER BY clause, then sort in batches to handle the later terms. (check-in: fa06a6fe user: drh tags: trunk)
19:56
Change the names of SRT_DistTable and SRT_Table used by CTE to more meaningful SRT_DistFifo and SRT_Fifo, respectively. Simplify the IgnorableOrderby() macro in the process. (check-in: 45d8cc67 user: drh tags: trunk)
18:45
Merge the OFFSET-on-query-without-FROM fix from trunk. (check-in: 71e9ae72 user: drh tags: orderby-planning)
18:16 Fixed ticket [07d6a045]: OFFSET ignored if there is no FROM clause plus 5 other changes (artifact: 9c43cbdc user: drh)
18:16
Fix the OFFSET clause so that it works correctly on queries that lack a FROM clause. Ticket [07d6a0453d4ed8]. (check-in: 179ef816 user: drh tags: trunk)
18:04 New ticket [07d6a045] OFFSET ignored if there is no FROM clause. (artifact: c9ba18a7 user: drh)
15:24
New test case for block-sorting. (check-in: e70cfa28 user: drh tags: orderby-planning)
2014-03-20
20:56
Merge trunk fixes for "x IN (?)" handling. (check-in: eca35871 user: drh tags: orderby-planning)
19:04
Remove a testcase() that is now always true due to the "x IN (?)" optimization. Add an ALWAYS() around a conditional in the parser that cannot be false. (check-in: d5a1530b user: drh tags: trunk)
18:45
Fix the EXPLAIN indenter in the command-line shell to correctly handle NextIfOpen and PrevIfOpen opcodes. (check-in: 01944c53 user: drh tags: trunk)
17:03
The "x IN (?)" optimization in check-ins [2ff3b25f40] and [e68b427afb] is incorrect, as demonstrated by the in4-5.1 test case in this check-in. The "COLLATE binary" that was being added to the RHS of IN was overriding the implicit collating sequence of the LHS. This change defines the EP_Generic expression node property that blocks all affinity or collating sequence information in the expression subtree and adds that property to the expression taken from RHS of the IN operator. (check-in: 2ea4a9f7 user: drh tags: trunk)
15:14
Fix harmless compiler warnings. (check-in: b1435f26 user: drh tags: trunk)
14:56
Previous check-in is not quite correct. "x IN (?)" is not exactly the same as "x==?" do to collation and affinity issues. The correct converstion should be to "x==(+? COLLATE binary)". The current check-in fixes this problem and provides test cases. Ticket [e39d032577df69] (check-in: 2ff3b25f user: drh tags: trunk)
13:32 Edit [eae6dfbe5535f481|eae6dfbe]: Mark "Closed". (artifact: 5d2bec0f user: drh)
13:31 Fixed ticket [e39d0325]: Assertion fault on a query containing "x IN (?)" plus 6 other changes (artifact: 8a7c5a08 user: drh)
13:26
Convert expressions of the form "X IN (?)" with exactly one value on the RHS of the IN into equality tests: "X=?". Add test cases to verify that statements work correctly on this corner case. Fix for ticket [e39d032577df6942]. (check-in: e68b427a user: drh tags: trunk)
12:36
One possible fix for the [e39d032577d] problem it to replace the failing assert() with a testcase() as shown here. (Closed-Leaf check-in: eae6dfbe user: drh tags: tkt-e39d0325)
12:17
Fix an unnecessarily obtuse use of a bitmask flag. (check-in: ca314081 user: drh tags: trunk)
11:52 New ticket [e39d0325] Assertion fault on a query containing "x IN (?)". (artifact: c3311ddb user: drh)
2014-03-19
23:42
Merge the vdbesort.c optimization from trunk. (check-in: e4bfffb9 user: drh tags: orderby-planning)
23:24
Fix query planner weights associated with choosing block-sorting. Fix block sorting of tables with collating functions. Fix various test cases. All "veryquick" tests are now passing, though more tests need to be added. (check-in: 01afbf97 user: drh tags: orderby-planning)
17:41
Make it possible for block-sort to use the OP_SorterOpen sorter in addition to a generic OP_OpenEphemeral. (check-in: 7ce2daaf user: drh tags: orderby-planning)
16:56
Fix a problem in the block-sort logic that can arise if the VDBE opcode array is resized while the block-sort logic is being coded. "make test" now runs to completion, though there are still 17 failures. (check-in: 62f3a220 user: drh tags: orderby-planning)
15:17
Avoid reusing temporary registers in co-routines when doing block-sorting. (check-in: 463d921b user: drh tags: orderby-planning)
14:30
Make sure the where.c query planner never reports that the number of ORDER BY terms that are satisfied by indices is negative. (check-in: b186d8d1 user: drh tags: orderby-planning)
14:10
First attempt at getting block-sort to work. This is an incremental check-in. There are many problems still to be worked out. (check-in: 59742dd4 user: drh tags: orderby-planning)
2014-03-18
20:33
Make the partial-ORDER-BY information in the query planner available to the SELECT code generator. Still doesn't make a difference in the generated code. (check-in: e258df23 user: drh tags: orderby-planning)
18:59
Adjust the query planner to keep track of the number of ORDER BY terms satisfied. Still doesn't do anything with this information. Some tests fail after this check-in, but all failures are believed to be benign. The failures will be addressed at a later stage. (check-in: 59d49b7f user: drh tags: orderby-planning)
15:30
Experiments with the optimization of ORDER BY and GROUP BY clauses. (check-in: b1509025 user: drh tags: orderby-planning)
2014-03-17
15:06
Clean up some obsolete "register" declarations in printf.c. (check-in: ecd9d3f9 user: drh tags: trunk)
14:24
Performance enhancements and size reduction for sqlite3VXPrintf() (check-in: eb071eb5 user: drh tags: trunk)
2014-03-14
11:46
Fix a harmless compiler warning that crops up with SQLITE_MAX_MMAP_SIZE=0. (check-in: 1277932b user: drh tags: trunk)
2014-03-12
10:03
Bump the version number to 3.8.4.1., to conform with trunk. (check-in: 42c9d8fc user: drh tags: sessions)
2014-03-11
23:44
Remove a stray C99-style comment. (check-in: f500e87d user: drh tags: overflow-pgno-cache)
23:40
Combine the various boolean fields of the BtCursor object into a single bit-vector. This allows setting or clearing more than one boolean at a time and makes the overflow-pgno-cache branch faster than trunk on speedtest1. (check-in: 968fec44 user: drh tags: overflow-pgno-cache)
15:27
Version 3.8.4.1 (check-in: 018d317b user: drh tags: trunk, release, version-3.8.4.1)
15:26 Edit [04caffcef33ab0d2|04caffce]: Mark "Closed". (artifact: 217ffb97 user: drh)
15:25
Update version number to 3.8.4.1 (check-in: 33f5694f user: drh tags: trunk)
15:22 Edit [04caffcef33ab0d2|04caffce]: Move to branch mistake. Edit check-in comment. Cancel background color. (artifact: d9e3bbf3 user: drh)
14:44
Forgot to change the VERSION file. (Closed-Leaf check-in: 04caffce user: drh tags: mistake)
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)
12:56 Closed ticket [2c5661c2]: Thread safety: does SQLite handle pthread_cancel cleanly? plus 4 other changes (artifact: 766bc52d user: drh)
12:54 Closed ticket [1248e6cd]: Insufficient precision of sqlite3_column_text16() for floating point values plus 4 other changes (artifact: 467b6acb user: drh)
12:50 Closed ticket [36769f69]: termDataCmp in FTS3 should be __cdecl on Windows plus 4 other changes (artifact: b4aecdbd user: drh)
12:49 Closed ticket [8f81455b]: fts3GetVarint32 sets random number on error plus 3 other changes (artifact: 13cba602 user: drh)
12:48 Ticket [13137dcc] FTS3 and last_insert_rowid() status still Open with 3 other changes (artifact: c36c8090 user: drh)
12:47 Ticket [5e0423b0] xAccess behaviour is not documented, changed in Windows 3.7.0 status still Open with 3 other changes (artifact: f57fde48 user: drh)
12:47 Fixed ticket [edb49798]: FTS n-character prefix query returns incorrect results when using an n+1 character prefix index. plus 4 other changes (artifact: eb2d23d2 user: drh)
12:46 Closed ticket [f48b7da3]: Loadable extensions documentation bitrot plus 4 other changes (artifact: 662e2306 user: drh)
12:45 Closed ticket [01b785ee]: sqlite3.exe - wrong parameter charset plus 5 other changes (artifact: 481bb647 user: drh)
12:44 Ticket [6c266900] shell: The column mode (and width option) does not manage correctly UTF-8 status still Open with 3 other changes (artifact: ca97a463 user: drh)
12:44 Fixed ticket [beba9cae]: Assertion fault on a valid query plus 5 other changes (artifact: f40290c2 user: drh)
12:41 Fixed ticket [4eb3a0bd]: Performance regression in Skrooge plus 5 other changes (artifact: bf79277f user: drh)
01:48
Version 3.8.4 for sessions (plus two minor fixes). (check-in: 917c4108 user: drh tags: sessions)
2014-03-10
20:12
Adjustments to the cost computation for the skip-scan query plan, to take into account the fact that a seek has to occur on each skip. (check-in: 0769eebd user: drh tags: trunk)
18:03
Attempt to work around MSVC's treatment of __LINE__ as a non-constant value in "Edit and Continue" mode by avoiding the use of __LINE__ when SQLITE_VDBE_COVERAGE is not defined. (check-in: 0a5318bc user: drh tags: trunk)
12:20
Version 3.8.4 (check-in: 530a1ee7 user: drh tags: trunk, release, version-3.8.4)
2014-03-07
14:57
Improved comment on the pager.c PERSIST rollback journal delete logic inside of hasHotJournal(). No changes to code. (check-in: e5b17a9d user: drh tags: trunk)
14:36
Merge the fix for the journal_mode=PERSIST error recovery delay bug. (check-in: bb6a75f4 user: drh tags: sessions)
2014-03-06
15:01
Fix a harmless compiler warning in the sessions test harness. (check-in: d389e20a user: drh tags: sessions)
14:53
Enhance the test harness for the sessions interface so that it does not use SQLite operations that can encounter an OOM error in places where it is unable to report an OOM error back up to the test script. (check-in: bc0e6610 user: drh tags: sessions)
13:48
Merge the latest 3.8.4 tweaks from trunk. (check-in: 1ed463d9 user: drh tags: sessions)
13:38
Improved EXPLAIN indentation of a loop in the ANALYZE logic for STAT4. Mark the not-found jump of a seek operation in that loop as never taken. (check-in: 0a4200f9 user: drh tags: trunk)
01:56
Fix some incorrect comments and typos in comments. Add testcase() macros to some of the new record comparison code. (check-in: b83cfe89 user: drh tags: trunk)
2014-03-05
23:12
Merge compiler-warning fixes from trunk. (check-in: a1f2b042 user: drh tags: sessions)
23:09 Edit [bac2820e13a79d91|bac2820e]: Mark "Closed". (artifact: e18f5d54 user: drh)
19:36
Always include the ctype.h header in the spellfix.c extension. (check-in: bfd75f47 user: drh tags: trunk)
19:04
Fix a harmless compiler warning on MSVC. (check-in: 0723effc user: drh tags: trunk)
15:52
Count the number of elements in a SrcList object using an "int" rather than a "u8", to avoid overflows and to work around an issue in the C compiler on AIX. (check-in: eee2a13f user: drh tags: trunk)
15:07 Fixed ticket [31a19d11]: Name resolution issue with compound SELECTs and Common Table Expressions plus 4 other changes (artifact: 833b3cf1 user: drh)
14:49
Merge in various obscure bug fixes and the removal of Mem.memType from trunk. (check-in: 0828975d user: drh tags: sessions)
14:40
When converting a result type from TEXT to BLOB using the sqlite3_value_blob() interface, continue to report SQLITE_TEXT as the true type from sqlite3_value_text() as long as that text is still valid. The maintains legacy behavior from before the noMemType change. (check-in: 1d134ba2 user: drh tags: trunk)
12:47
Separate the column NULL value constant into a separate routine for greater commonality with the sessions branch. (check-in: 12cbebb9 user: drh tags: trunk)
2014-03-04
21:19
Avoid indexing off the front end of an array when creating a view with two or more blank column names in the SELECT statement that defines the view. (check-in: 554501f1 user: drh tags: trunk)
18:06
Fix a potential memory use-after-free problem following an OOM error. (check-in: 767ccb1f user: drh tags: trunk)
16:21
Fix an assert() so that it takes OOM errors into account. (check-in: 53f6ec79 user: drh tags: trunk)
14:34
Merge the performance enhancements of trunk (and some obscure bug fixes) into the sessions branch. (check-in: 7f51ad97 user: drh tags: sessions)
13:18
Improve clarity of presentation in the sqlite3VdbeMemFromBtree() routine. (check-in: 9830c343 user: drh tags: trunk)
13:03 Ticket [4ef7e3cf] Name resolution problem in sub-selects within triggers status still Closed with 3 other changes (artifact: 1d3f8092 user: drh)
04:12
Refactor the sqlite3VdbeRecordCompare() routine used to compare btree records. Create fast-track special case routines to handle the common cases more quickly. This gives a significant performance boost. (check-in: 3325ad5b user: drh tags: trunk)
04:04
Fix more instances of assuming 'char' is signed. And, make sure to never shift a signed integer. (Closed-Leaf check-in: f10130ed user: drh tags: broken-on-arm)
00:15
Do not assume that 'char' is signed. Make it explicit. (check-in: 979da752 user: drh tags: broken-on-arm)
00:09 Edit [aec5473a750e412e|aec5473a]: Move to branch broken-on-arm. Edit check-in comment. (artifact: 8e587cd2 user: drh)
2014-03-03
21:59
Refactor the sqlite3VdbeRecordCompare() routine used to compare btree records. Create a couple of fast-track routines to handle the common cases of a string with BINARY collation or integer values as the left-most column. This gives a significant performance boost in common use. Oops: This build does not work on the Beaglebone where "char" defaults to unsigned. (check-in: aec5473a user: drh tags: broken-on-arm)
21:46
Fix a couple of harmless compiler warnings. (Closed-Leaf check-in: fcf480cc user: drh tags: experimental)
19:29
Fix a typo in a comment. No changes to code. (check-in: 1f4991ab user: drh tags: experimental)
18:25
Fix compiler warnings. (check-in: ba899372 user: drh tags: experimental)
17:36
Change an OP_SCopy into an OP_Copy in a case where the destination might be used after the source has changed. (check-in: c0fa0c0e user: drh tags: trunk)
15:13
Fix a harmless compiler warning. (check-in: d7f6837e user: drh tags: experimental)
00:12
Change the MEM_Dyn flag so that it means that Mem.xDel exists and must be used to free the string or blob. Add tighter invariant checks on Mem. (check-in: e3f6c61e user: drh tags: trunk)
2014-03-01
18:13
Change the MEM_Dyn flag so that it means that Mem.xDel exists and must be used to free the string or blob. Add tighter invariant checks on Mem. (Closed-Leaf check-in: 44e1c337 user: drh tags: enhanced-mem-check)
16:24
Factor the Mem invariant checker into a separate procedure (rather than a macro) so that it can be more easily extended. (check-in: 354699d5 user: drh tags: enhanced-mem-check)
14:45
Add extra assert() statements trying to catch a Mem object in an inconsistent state. (check-in: 4aeb3ae4 user: drh tags: enhanced-mem-check)
Previous month ↓