aboutsummaryrefslogtreecommitdiff
path: root/src/test_intarray.c
Commit message (Expand)AuthorAge
* GCC 13 has become more quite pedantic about the signature of functions matchi...drh2025-01-13
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
* Tweaks to the test_intarray documentation and tests.drh2018-10-31
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ...mistachkin2016-07-28
* Use sqlite3_malloc64() in place of sqlite3_malloc() internally.drh2015-04-29
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
* Add SQLITE_API macros in front of interface routines in the test_intarray.cdrh2014-08-20
* More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestE...mistachkin2013-04-29
* Fix compiler warnings found on Lion.drh2012-09-29
* Fix a faulty function prototype in test_intarray.c.drh2009-12-01
* Changes to test_intarray.c so that it build with SQLITE_OMIT_VIRTUALTABLE.drh2009-11-13
* Additional intarray test cases and tweaks to comments.drh2009-11-10
* Initial implementation and test cases for the "intarray" virtual table.drh2009-11-10