index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test_intarray.c
Commit message (
Expand
)
Author
Age
*
GCC 13 has become more quite pedantic about the signature of functions matchi...
drh
2025-01-13
*
First attempt at getting the build to work with Tcl 9.0.
drh
2024-07-30
*
Ensure that all fields of static sqlite3_module objects are explicitly
drh
2023-10-06
*
Tweaks to the test_intarray documentation and tests.
drh
2018-10-31
*
Make sure the SQLITE_TCLAPI macro is always defined.
mistachkin
2016-07-28
*
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...
mistachkin
2016-07-28
*
Use sqlite3_malloc64() in place of sqlite3_malloc() internally.
drh
2015-04-29
*
Fix typos in comments. No code changes.
peter.d.reid
2014-09-06
*
Add SQLITE_API macros in front of interface routines in the test_intarray.c
drh
2014-08-20
*
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...
mistachkin
2013-04-29
*
Fix compiler warnings found on Lion.
drh
2012-09-29
*
Fix a faulty function prototype in test_intarray.c.
drh
2009-12-01
*
Changes to test_intarray.c so that it build with SQLITE_OMIT_VIRTUALTABLE.
drh
2009-11-13
*
Additional intarray test cases and tweaks to comments.
drh
2009-11-10
*
Initial implementation and test cases for the "intarray" virtual table.
drh
2009-11-10