index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
carray.c
Commit message (
Expand
)
Author
Age
*
Extend the carray extension to allow the use of BLOB values to be bound
drh
2023-01-20
*
Fix a problem with the CARRAY extension when the SQLITE_TRANSIENT destructor
drh
2021-10-20
*
Add the usual "#ifdef __cplusplus" magic to header file ext/misc/carray.h. Al...
dan
2021-07-09
*
Fix a problem causing sqlite3_carray_bind() to return an undefined value.
dan
2020-11-18
*
Add a single-argument form to the CARRAY table-valued function, with
drh
2020-11-17
*
Fix a typo in the carray extension header comment - the comment that serves
drh
2019-09-13
*
Add a destructor argument to sqlite3_bind_pointer()
drh
2017-07-27
*
Add an experimental "pointer type" parameter to sqlite3_bind_pointer(),
drh
2017-07-17
*
Update header comments on the carray() and remember() extensions to bring
drh
2017-07-13
*
Update the carray() and remember() extension functions so that they user
drh
2017-06-30
*
Revise a warning fix from the previous check-in to improve clarity. Also, fi...
mistachkin
2016-07-22
*
Fix harmless compiler warnings seen with MSVC.
mistachkin
2016-07-22
*
Fix header comments and remove an unnecessary version restriction from the
drh
2016-07-13
*
Fix compiler warnings on windows.
drh
2016-07-09
*
Change the name of the intarray() extension to carray() and give it an
drh
2016-07-03