aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/carray.c
Commit message (Expand)AuthorAge
* Extend the carray extension to allow the use of BLOB values to be bounddrh2023-01-20
* Fix a problem with the CARRAY extension when the SQLITE_TRANSIENT destructordrh2021-10-20
* Add the usual "#ifdef __cplusplus" magic to header file ext/misc/carray.h. Al...dan2021-07-09
* Fix a problem causing sqlite3_carray_bind() to return an undefined value.dan2020-11-18
* Add a single-argument form to the CARRAY table-valued function, withdrh2020-11-17
* Fix a typo in the carray extension header comment - the comment that servesdrh2019-09-13
* Add a destructor argument to sqlite3_bind_pointer() drh2017-07-27
* Add an experimental "pointer type" parameter to sqlite3_bind_pointer(),drh2017-07-17
* Update header comments on the carray() and remember() extensions to bringdrh2017-07-13
* Update the carray() and remember() extension functions so that they userdrh2017-06-30
* Revise a warning fix from the previous check-in to improve clarity. Also, fi...mistachkin2016-07-22
* Fix harmless compiler warnings seen with MSVC.mistachkin2016-07-22
* Fix header comments and remove an unnecessary version restriction from thedrh2016-07-13
* Fix compiler warnings on windows.drh2016-07-09
* Change the name of the intarray() extension to carray() and give it andrh2016-07-03