Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/misc/remember.c
2017-07-17
| ||
12:41 | [add730f0f7] part of check-in [e4579e50a1] Comment changes clarifying details of the pointer-type parameter. No changes to code. (check-in: [e4579e50a1] user: drh branch: branch-3.20, size: 2245) | |
00:40 | [9b9e220ca9] part of check-in [211cce04e9] Add an experimental "pointer type" parameter to sqlite3_bind_pointer(), sqlite3_result_pointer(), and sqlite3_value_pointer(). The pointer type is a string that must compare equal using strcmp() or else the pointer comes through as a NULL. (check-in: [211cce04e9] user: drh branch: pointer-types, size: 2106) | |
2017-07-14
| ||
15:18 | [0cbd7526e1] part of check-in [604b9664f4] Fix a typo in the header comment to the remember extension. No code changes. (check-in: [604b9664f4] user: drh branch: trunk, size: 2063) | |
2017-07-13
| ||
19:11 | [4fe7fce44f] part of check-in [55f5396576] Update header comments on the carray() and remember() extensions to bring out the fact that the pointer arguments must be bound using sqlite3_bind_pointer(). (check-in: [55f5396576] user: drh branch: trunk, size: 2065) | |
2017-06-30
| ||
23:46 | [bee7963ddf] part of check-in [a99fa94db7] Update the carray() and remember() extension functions so that they user the new sqlite3_value_pointer() interface. (check-in: [a99fa94db7] user: drh branch: bind-pointer, size: 2027) | |
2016-08-09
| ||
21:08 | Added: [8440f8d0b4] part of check-in [f0942c362f] Prototype for the remember(V,PTR) extension function. (check-in: [f0942c362f] user: drh branch: rememberFunc, size: 2032) | |