SQLite

Check-in [9605d008f5]
Login

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

Overview
Comment:Update with fixes and enhancements from trunk.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | value-dup
Files: files | file ages | folders
SHA1: 9605d008f5c763137e9734d033fe4510ca316858
User & Date: drh 2015-05-22 18:40:48.061
Context
2015-05-22
19:55
Fix minor issues with the sqlite3_value_dup() interface. (check-in: 95edcf5010 user: drh tags: value-dup)
18:40
Update with fixes and enhancements from trunk. (check-in: 9605d008f5 user: drh tags: value-dup)
17:29
The SRT_Table type for the SelectDest object is now just an SRT_EphemTab for which the ephemeral table has already been allocated. (check-in: b9727e6bbf user: drh tags: trunk)
2015-05-20
21:28
Add the sqlite3_value_dup() and sqlite3_value_free() interfaces. Use these interfaces to enhance R-Tree to add the sqlite3_rtree_query_info.apSqlParam field. (check-in: a7ee40c4fc user: drh tags: value-dup)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to ext/rtree/rtree.c.
Changes to ext/rtree/rtreeE.test.
Changes to src/btree.c.
Changes to src/insert.c.
Changes to src/select.c.
Changes to src/update.c.
Changes to tool/fuzzershell.c.