aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/closure.c
Commit message (Collapse)AuthorAge
* Fix various harmless compiler warnings seen with MSVC.mistachkin2019-03-20
| | | FossilOrigin-Name: 1c0fe5b5763fe5cbace9773dcdab742e126d0bd035ab13d61f9d134afa0afc0c
* Use 64-bit math to compute the sizes of memory allocations in extensions.drh2019-01-08
| | | FossilOrigin-Name: ca67f2ec0e294384c397db438605df1b47aae5f348a8de94f97286997625d169
* Initial code to make shadow tables read-only to ordinary SQL. The nowdrh2018-11-05
| | | | | | | | xShadowName method is added to the sqlite3_module object and is used to identify potential shadow tables. The SQLITE_PREPARE_SHADOW argument to sqlite3_prepare_v3() is defined. It is designed to permit writing to shadow tables, but is currently an unused placeholder. FossilOrigin-Name: 31942b3dd3f66eb0d9977bf1cadc2f2d7be7967cce2b55784be0b939dfef1985
* Fix a problem in the xBestIndex method of the closure extension causing it todan2018-05-02
| | | | | | allocate non-contiguous argvIndex values in some cases (an "xBestIndex malfunction" error). FossilOrigin-Name: 0c67150749cb3d067e14b2dcac9c3489e0f14bd18c0387f1d9bc93d21fc96fe5
* Fix uses of ctype functions (ex: isspace()) on signed characters in testdrh2015-10-29
| | | | | programs and in some obscure extensions. No changes to the core. FossilOrigin-Name: 34eb6911afee09e779318b79baf953f616200128
* Fix copy/paste errors in comments in the transitive_closure virtual table.drh2013-07-17
| | | | | No changes to code. FossilOrigin-Name: b1b0de29fdf7de83722bb85b748f058b9901e77a
* Adjust the xBestIndex methods on both the fuzzer and transitive_closuredrh2013-06-03
| | | | | | virtual tables so that an unused MATCH operator gets a really large cost. Remove ambiguities from the fuzzer test cases. FossilOrigin-Name: e2c1af78b65a8ace976fa6c035db212e1ffc79b8
* Fix a bug in the transitive_closure virtual table that NGQP exposes.drh2013-06-03
| | | | | Update between.test module to avoid using sqlite_query_plan. FossilOrigin-Name: aa66b864204b4b8717d845499132b987eb8ef924
* Remove a stray tab character from the transitive_closure extension source code.drh2013-05-17
| | | FossilOrigin-Name: 7a9aa21c3506a10ab9465540e81071b39bca447d
* Fixes to allow testfixture to be compiled with SQLITE_OMIT_VIRTUAL_TABLE ↵dan2013-05-15
| | | | | defined. FossilOrigin-Name: 00231fb0127960d700de3549e34e82f8ec1b5819
* Added the transitive_closure, ieee754, and amatch extensions.drh2013-04-25
FossilOrigin-Name: 84018099c8715b982cd24ce9221f93c7379e8c08