aboutsummaryrefslogtreecommitdiff
path: root/src/test_intarray.c
Commit message (Collapse)AuthorAge
* GCC 13 has become more quite pedantic about the signature of functions ↵drh2025-01-13
| | | | | | | | | matching the type of pointers through which the functions are called. Make adjustments to extension functions and test procedures to work around this. No changes to the core. FossilOrigin-Name: ed83b79100b4345235aec990303c4526874f0c2f8701160c4639a80633ebaf70
* First attempt at getting the build to work with Tcl 9.0.drh2024-07-30
| | | FossilOrigin-Name: 6e5bb48a74d63fb8c30528f0005d1763cd2dbb882abf86baf1565721e6bfcf84
* Ensure that all fields of static sqlite3_module objects are explicitlydrh2023-10-06
| | | | | initialized, in order to hush-up nuisance compiler warnings. FossilOrigin-Name: f3b3d712d6e58b1cb8fdebd2b6b3125080b6b3ac8c7c849a8cc1e5e778d62fe7
* Tweaks to the test_intarray documentation and tests.drh2018-10-31
| | | FossilOrigin-Name: 7107f0dacf4467430d1ca157cb848dde984e48e529e7d67a88b7594b0f8159c9
* Make sure the SQLITE_TCLAPI macro is always defined.mistachkin2016-07-28
| | | FossilOrigin-Name: f2f1323cc4d2ad2d6794dbfae8d50b747213e85d
* Allow the 'testfixture.exe' target to be compiled with the __stdcall calling ↵mistachkin2016-07-28
| | | | | convention. FossilOrigin-Name: e8be3dfeabaa31b3490793cf8230faae1204be15
* Use sqlite3_malloc64() in place of sqlite3_malloc() internally.drh2015-04-29
| | | FossilOrigin-Name: 48f553b05c05373c0af4b9c3a542979db3a2ee19
* Fix typos in comments. No code changes.peter.d.reid2014-09-06
| | | FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
* Add SQLITE_API macros in front of interface routines in the test_intarray.cdrh2014-08-20
| | | | | extension. FossilOrigin-Name: eea0661798e10018615854c871f24be0f8bb2ff9
* More refinements to Windows OSTRACE usage. Replace all usage of ↵mistachkin2013-04-29
| | | | | sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes. FossilOrigin-Name: 05ba5e23fcc5da416d47a8ad5e667ed6a0c7a34a
* Fix compiler warnings found on Lion.drh2012-09-29
| | | FossilOrigin-Name: fd74d3d91721ca404537f195fed04c9edef20bf2
* Fix a faulty function prototype in test_intarray.c.drh2009-12-01
| | | FossilOrigin-Name: 110956a6505a9f17d08142d47003cf3bc4e515d3
* Changes to test_intarray.c so that it build with SQLITE_OMIT_VIRTUALTABLE.drh2009-11-13
| | | | | Added testcase() macros to expr.c. FossilOrigin-Name: f0599d28fabe9e67a7150a91c266cb7655a2002e
* Additional intarray test cases and tweaks to comments.drh2009-11-10
| | | FossilOrigin-Name: 0c8db5d88ee41dab58d6464283b51f82f7457838
* Initial implementation and test cases for the "intarray" virtual table.drh2009-11-10
FossilOrigin-Name: 0e7d29253f093d4125ede3cfc478e4bf09aef987