aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/closure.c
Commit message (Expand)AuthorAge
* 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
* Fix a problem in the xBestIndex method of the closure extension causing it todan2018-05-02
* Fix uses of ctype functions (ex: isspace()) on signed characters in testdrh2015-10-29
* Fix copy/paste errors in comments in the transitive_closure virtual table.drh2013-07-17
* Adjust the xBestIndex methods on both the fuzzer and transitive_closuredrh2013-06-03
* Fix a bug in the transitive_closure virtual table that NGQP exposes.drh2013-06-03
* Remove a stray tab character from the transitive_closure extension source code.drh2013-05-17
* 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