Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Merge all fixes and enhancements from trunk. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | threads |
Files: | files | file ages | folders |
SHA1: |
b415dfb6cb0df0c69992ca2bb700c156 |
User & Date: | drh 2014-03-25 13:17:41.050 |
Context
2014-03-25
| ||
14:12 | Enable four sorting threads by default in the command-line shell. (check-in: 1cab83577c user: drh tags: threads) | |
13:17 | Merge all fixes and enhancements from trunk. (check-in: b415dfb6cb 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: e6798871ce user: drh tags: trunk) | |
2014-03-17
| ||
15:43 | Add an experimental multi-threaded capability to vdbesorter.c. (check-in: ff0b5c851b user: dan tags: threads) | |
Changes
Changes to VERSION.
Changes to configure.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/expr.c.
Changes to src/os_unix.c.
Changes to src/parse.y.
Changes to src/pragma.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/test_syscall.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbeaux.c.
Changes to src/vdbesort.c.
Changes to src/where.c.
Changes to src/whereInt.h.
Changes to test/distinct.test.
Changes to test/in4.test.
Changes to test/limit.test.
Changes to test/orderby5.test.
Added test/orderby6.test.
Changes to test/syscall.test.
Added test/tkt-a8a0d2996a.test.
Added test/wal64k.test.
Changes to test/whereG.test.
Changes to test/with2.test.