aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/unionvtab.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
* When disconnecting from the 'swarmvtab' extension, close each database prior ...mistachkin2018-01-09
* Fix compiler warnings.mistachkin2018-01-05
* Enhance the "swarmvtab" extension. See header comments in ext/misc/unionvtab.cdan2017-12-15
* Fix a segfault in swarmvtab that could occur if there was an error in the SQLdan2017-08-05
* Fix memory leak in swarmvtab.dan2017-08-05
* Add the optional non-found-callback to the swarm-vtab.drh2017-08-04
* Add further test cases for swarmvtab. And minor code changes.dan2017-08-04
* Add test cases and associated fixes for swarmvtab.dan2017-08-04
* Modify swarmvtab to use a separate database connection for each database file.dan2017-08-03
* Enhance the code in unionvtab.c to also provide the "swarmvtab" virtual tabledan2017-08-02
* Fix a crash in unionvtab caused by a misconfiguration. Add other test casesdan2017-07-18
* Add test cases and fix minor error-handling issues in unionvtab.c.dan2017-07-18
* Fix another harmless compiler warning. Get the MSVC makefile working with un...drh2017-07-18
* Suppress harmless compiler warnings in union-vtab.drh2017-07-18
* Remove an unused variable from unionvtab.c.dan2017-07-18
* Improve the readability of the unionvtab code.dan2017-07-18
* Have unionvtab support constraints on the column that corresponds to thedan2017-07-18
* Add test cases to test/unionvtab.test.dan2017-07-17
* Enhance error detection and fix other issues in unionvtab code.dan2017-07-17
* Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c.dan2017-07-15