Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for ext/misc/unionvtab.c
2023-10-06
| ||
12:51 | [716d385256] part of check-in [f3b3d712d6] Ensure that all fields of static sqlite3_module objects are explicitly initialized, in order to hush-up nuisance compiler warnings. (check-in: [f3b3d712d6] user: drh branch: trunk, size: 44524) | |
2022-07-22
| ||
20:24 | [a03e6fdc9e] part of check-in [57beb700c0] Add experimental 'xShadowName2' method for virtual table modules. (check-in: [57beb700c0] user: mistachkin branch: xShadowName2, size: 44526) | |
2020-07-29
| ||
16:18 | [657bb88944] part of check-in [a80ae2c98b] Dozens and dozens of typo fixes in comments. This change adds no value to the end product and is disruptive, so it is questionable whether or not it will ever land on trunk. (check-in: [a80ae2c98b] user: drh branch: typos, size: 44474) | |
2019-03-20
| ||
05:45 | [36237f0607] part of check-in [1c0fe5b576] Fix various harmless compiler warnings seen with MSVC. (check-in: [1c0fe5b576] user: mistachkin branch: noWarnings, size: 44473) | |
2019-01-08
| ||
20:02 | [34ee634d09] part of check-in [ca67f2ec0e] Use 64-bit math to compute the sizes of memory allocations in extensions. (check-in: [ca67f2ec0e] user: drh branch: trunk, size: 44457) | |
2018-11-05
| ||
23:01 | [acf9478580] part of check-in [31942b3dd3] Initial code to make shadow tables read-only to ordinary SQL. The now 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. (check-in: [31942b3dd3] user: drh branch: read-only-shadow, size: 44438) | |
2018-01-09
| ||
22:23 | [0b3173f69b] part of check-in [3e5647cb6c] When disconnecting from the 'swarmvtab' extension, close each database prior to invoking the 'openclose' function on it. (check-in: [3e5647cb6c] user: mistachkin branch: trunk, size: 44386) | |
2018-01-03
| ||
23:54 | [2aa94902ea] part of check-in [512b8e40c4] Fix compiler warnings on Windows. (check-in: [512b8e40c4] user: drh branch: memdb, size: 44346) | |
2017-12-15
| ||
20:21 | [de36c2c455] part of check-in [01c173651a] Enhance the "swarmvtab" extension. See header comments in ext/misc/unionvtab.c for details. (check-in: [01c173651a] user: dan branch: trunk, size: 44339) | |
2017-08-05
| ||
16:15 | [1e0ebc5078] part of check-in [6ce8b7ca62] Fix a segfault in swarmvtab that could occur if there was an error in the SQL statement passed to the constructor. Add other test cases. (check-in: [6ce8b7ca62] user: dan branch: trunk, size: 35165) | |
15:30 | [c59e3518f2] part of check-in [002a9c7bac] Fix memory leak in swarmvtab. (check-in: [002a9c7bac] user: dan branch: trunk, size: 35148) | |
2017-08-04
| ||
20:15 | [cd472d02a7] part of check-in [a94e2f600b] Add the optional non-found-callback to the swarm-vtab. (check-in: [a94e2f600b] user: drh branch: union-vtab, size: 35101) | |
17:39 | [c30398ece1] part of check-in [0f82d3b9dd] Add further test cases for swarmvtab. And minor code changes. (check-in: [0f82d3b9dd] user: dan branch: union-vtab, size: 33679) | |
16:16 | [e388c29b4a] part of check-in [7ae20eac83] Add test cases and associated fixes for swarmvtab. (check-in: [7ae20eac83] user: dan branch: union-vtab, size: 33421) | |
2017-08-03
| ||
20:13 | [96add94bbc] part of check-in [1f05ad29c3] Modify swarmvtab to use a separate database connection for each database file. (check-in: [1f05ad29c3] user: dan branch: union-vtab, size: 31073) | |
2017-08-02
| ||
19:59 | [f9acc9c3e7] part of check-in [03d94388d6] Enhance the code in unionvtab.c to also provide the "swarmvtab" virtual table module. There are still several problems on this branch. (check-in: [03d94388d6] user: dan branch: union-vtab, size: 29869) | |
2017-07-18
| ||
21:19 | [56fd163d2b] part of check-in [255d6b99de] Fix a crash in unionvtab caused by a misconfiguration. Add other test cases for the same. (check-in: [255d6b99de] user: dan branch: trunk, size: 24337) | |
20:49 | [e6ed3a3a6f] part of check-in [deadaad2a0] Add test cases and fix minor error-handling issues in unionvtab.c. (check-in: [deadaad2a0] user: dan branch: trunk, size: 24308) | |
20:28 | [b4d7691437] part of check-in [d49639c208] Fix another harmless compiler warning. Get the MSVC makefile working with unionvtab. (check-in: [d49639c208] user: drh branch: trunk, size: 24387) | |
20:22 | [82e3531e24] part of check-in [4d147a1e28] Suppress harmless compiler warnings in union-vtab. (check-in: [4d147a1e28] user: drh branch: trunk, size: 24382) | |
20:17 | [270ebaa9f5] part of check-in [a447fdf182] Remove an unused variable from unionvtab.c. (check-in: [a447fdf182] user: dan branch: trunk, size: 24017) | |
20:03 | [6f000dda30] part of check-in [5bcf0f86ea] Improve the readability of the unionvtab code. (check-in: [5bcf0f86ea] user: dan branch: trunk, size: 24133) | |
19:51 | [2ee97a136c] part of check-in [4a6c416fa0] Have unionvtab support constraints on the column that corresponds to the INTEGER PRIMARY KEY field of the underlying source tables in the same way as rowid. (check-in: [4a6c416fa0] user: dan branch: trunk, size: 23583) | |
2017-07-17
| ||
21:03 | [cd5fbb0958] part of check-in [f2c4a584e8] Add test cases to test/unionvtab.test. (check-in: [f2c4a584e8] user: dan branch: union-vtab, size: 23403) | |
20:25 | [e5b0f62563] part of check-in [9c3f1b9a82] Enhance error detection and fix other issues in unionvtab code. (check-in: [9c3f1b9a82] user: dan branch: union-vtab, size: 23366) | |
2017-07-15
| ||
20:48 | Added: [594b8cebd1] part of check-in [62a86aa6c0] Add the "unionvtab" virtual table extension in ext/misc/unionvtab.c. (check-in: [62a86aa6c0] user: dan branch: union-vtab, size: 16379) | |