index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
unionvtab.c
Commit message (
Expand
)
Author
Age
*
Fix various harmless compiler warnings seen with MSVC.
mistachkin
2019-03-20
*
Use 64-bit math to compute the sizes of memory allocations in extensions.
drh
2019-01-08
*
Initial code to make shadow tables read-only to ordinary SQL. The now
drh
2018-11-05
*
When disconnecting from the 'swarmvtab' extension, close each database prior ...
mistachkin
2018-01-09
*
Fix compiler warnings.
mistachkin
2018-01-05
*
Enhance the "swarmvtab" extension. See header comments in ext/misc/unionvtab.c
dan
2017-12-15
*
Fix a segfault in swarmvtab that could occur if there was an error in the SQL
dan
2017-08-05
*
Fix memory leak in swarmvtab.
dan
2017-08-05
*
Add the optional non-found-callback to the swarm-vtab.
drh
2017-08-04
*
Add further test cases for swarmvtab. And minor code changes.
dan
2017-08-04
*
Add test cases and associated fixes for swarmvtab.
dan
2017-08-04
*
Modify swarmvtab to use a separate database connection for each database file.
dan
2017-08-03
*
Enhance the code in unionvtab.c to also provide the "swarmvtab" virtual table
dan
2017-08-02
*
Fix a crash in unionvtab caused by a misconfiguration. Add other test cases
dan
2017-07-18
*
Add test cases and fix minor error-handling issues in unionvtab.c.
dan
2017-07-18
*
Fix another harmless compiler warning. Get the MSVC makefile working with un...
drh
2017-07-18
*
Suppress harmless compiler warnings in union-vtab.
drh
2017-07-18
*
Remove an unused variable from unionvtab.c.
dan
2017-07-18
*
Improve the readability of the unionvtab code.
dan
2017-07-18
*
Have unionvtab support constraints on the column that corresponds to the
dan
2017-07-18
*
Add test cases to test/unionvtab.test.
dan
2017-07-17
*
Enhance error detection and fix other issues in unionvtab code.
dan
2017-07-17
*
Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c.
dan
2017-07-15