SQLite

Check-in [6c8f86e4e0]
Login

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

Overview
Comment:Merge the CAST operator enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | threads
Files: files | file ages | folders
SHA1: 6c8f86e4e08d5d57e21496277613e0f9dcc06514
User & Date: drh 2014-08-25 22:43:17.516
Context
2014-08-25
23:44
Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number of worker threads in the sorter is now determined only by the PRAGMA threads=N setting. (check-in: e3305d4b4e user: drh tags: threads)
22:43
Merge the CAST operator enhancements from trunk. (check-in: 6c8f86e4e0 user: drh tags: threads)
22:37
Add an assert() and five testcase() macros to the OP_Cast opcode implementation to help verify that it is fully tested. (check-in: af364cce9d user: drh tags: trunk)
15:13
Query or change the maximum number of worker threads allowed on each database connection separately using the "PRAGMA threads" command. (check-in: 29c5e8a7c9 user: drh tags: threads)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/expr.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbemem.c.
Changes to src/where.c.
Changes to test/alter4.test.
Changes to test/analyze9.test.
Changes to test/analyzeA.test.