aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/amatch.c
Commit message (Expand)AuthorAge
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Fix various harmless compiler warnings seen with MSVC.mistachkin2019-03-20
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
* Do not use strcpy() in the (obsolete) amatch extension.drh2017-05-23
* More harmless compiler warning fixes.mistachkin2016-04-12
* Fix uses of ctype functions (ex: isspace()) on signed characters in testdrh2015-10-29
* Eliminate all use of sprintf(), strcpy() and strcat() from test logic becausedrh2015-01-19
* Silence some harmless uninitialized local variable warnings.mistachkin2015-01-12
* Fix memory leaks in the amatch extension. Add a few simple test cases.drh2013-09-30
* Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE defi...dan2013-05-15
* Added the transitive_closure, ieee754, and amatch extensions.drh2013-04-25