/ Changes On Branch bind-pointer
Login

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

Changes In Branch bind-pointer Excluding Merge-Ins

This is equivalent to a diff from 0c80593520 to 0bd7875bd9

2017-07-13
18:09
Add new interfaces sqlite3_bind_pointer(), sqlite3_result_pointer(), and sqlite3_value_pointer() used to safely move pointer values through SQL without exposing underlying memory address information. (check-in: 72de49f204 user: drh tags: trunk)
17:56
Fix an incorrect type signature for the loadable extension pointer for sqlite3_result_pointer(). (Closed-Leaf check-in: 0bd7875bd9 user: drh tags: bind-pointer)
17:54
Add the three new pointer interfaces to the loadable extension mechanism. Update sqlite3_value_subtype() documentation to remove the statement about it not being used internally. (check-in: e5a518038f user: drh tags: bind-pointer)
17:34
Merge the latest changes from trunk. (check-in: a54be6e041 user: drh tags: bind-pointer)
2017-07-12
20:43
Smaller and faster implementation for vdbeFreeOpArray() and freeP4(). (check-in: 0c80593520 user: drh tags: trunk)
18:05
Fix harmless compiler warnings about incomplete structure initializers. (check-in: 604c11d1a3 user: drh tags: trunk)

Changes to ext/fts3/fts3.c.

Changes to ext/misc/carray.c.

Changes to ext/misc/remember.c.

Changes to src/loadext.c.

Changes to src/sqlite.h.in.

Changes to src/sqlite3ext.h.

Changes to src/vdbeInt.h.

Changes to src/vdbeapi.c.

Changes to src/vdbemem.c.

Changes to test/tabfunc01.test.