aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/fossildelta.c
Commit message (Collapse)AuthorAge
* Fix the fossildelta.c extension so that it will compile on mingw.drh2020-01-09
| | | FossilOrigin-Name: 20237d5dc4451f142b511e50a4acef4574cef17b9222c87dcebfe1ed1bab0ad9
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
| | | | | the risk rank for many virtual tables. FossilOrigin-Name: 4c21373c21c9b17b222ae65297a039a035e6ec6b505c00c33704e3c03f94f834
* Avoid redefining types u32 and u16 when fossildelta.c is compiled as part of ↵dan2019-07-23
| | | | | the amalgamation. FossilOrigin-Name: d8e88248e3204b5f2b95b9b8921ee7ee2f7574ae81e6abd5b4f2ddf187f7d71b
* Fix a memory leak in the delta_parse() table-valued function of thedrh2019-05-27
| | | | | fossildelta.c extension. FossilOrigin-Name: c86ca3f0220a5f9e7f7f1818f6e1220d851f3ebed6a5f0aae6ac38309bd2930e
* Improved comments on the fossildelta.c extension.drh2019-03-02
| | | FossilOrigin-Name: d7d23f0450d659b2c7df34e4df8623ca7b6fe3bd19422e3e9234515214ae8510
* Update comments on the fossildelta extension. No changes to code.drh2019-02-25
| | | FossilOrigin-Name: 9da4fb59b28686630d63a79988b458726332cf06cc0e6e84d7c0a7600f5fcab0
* Enhance the xBestIndex method on delta_parse() to return SQLITE_CONSTRAINT ifdrh2019-02-19
| | | | | no delta argument is supplied. FossilOrigin-Name: f16d127c3b4a735afae1fc236bcf90f31adff079c7d3a896f901d908ff8b8532
* Add the delta_parse(DELTA) table-valued function to the fossildeltadrh2019-02-19
| | | | | extension. FossilOrigin-Name: d91fcc267bf1be795dfdb1fbfb40c2aea79ddff247a51d26462136c325b7a6d3
* Add the fossildelta.c extension in ext/misc with implementations of the Fossildrh2019-02-19
delta functions. FossilOrigin-Name: b80cafa6f8a5c6ff1dc9efd2f670777ab131ace2df1eb431cedc8cfa901baf18