Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/reuse2.test
2024-08-29
| ||
19:37 | [4012db8514] part of check-in [60795a30c6] Fix tests cases for SQLITE_ENABLE_SHARED_CACHE so that they work on Windows. (check-in: [60795a30c6] user: drh branch: reuse-schema, size: 8768) | |
2023-02-07
| ||
15:38 | [025d54dcbf] part of check-in [4878c9ef47] Avoid loading (and then discarding) schemas for all attached databases within an ATTACH command. This is inefficient for connections using shared-schema. (check-in: [4878c9ef47] user: dan branch: mistake, size: 8759) | |
2019-03-21
| ||
17:13 | [5dd9c98579] part of check-in [b8e536089b] Disable the feature on this branch in non-SQLITE_ENABLE_SHARED_SCHEMA builds. (check-in: [b8e536089b] user: dan branch: reuse-schema, size: 8733) | |
2019-02-18
| ||
18:16 | [d3352a887a] part of check-in [88cbf54eee] Ensure that creating temp schema items does not cause an OPEN_SHARABLE_SCHEMA connection to load all schemas into memory. (check-in: [88cbf54eee] user: dan branch: reuse-schema, size: 8681) | |
2019-02-15
| ||
19:36 | [04d88621f0] part of check-in [cb236cb985] Enhance the virtual table in test_schemapool.c so that it can be used to check that SHARED_SCHEMA connections are not allocating and freeing schemas when they should not be. (check-in: [cb236cb985] user: dan branch: reuse-schema, size: 8681) | |
19:00 | [c33a8973b2] part of check-in [ecf6251ec0] Fix a problem with eponymous virtual tables and SHARED_SCHEMA databases. Also, after preparing statements that require all database schemas (REINDEX, ANALYZE, CREATE, DROP and some PRAGMA statements), do not allow the database connection to return more than one schema to each schema-pool. (check-in: [ecf6251ec0] user: dan branch: reuse-schema, size: 8057) | |
2019-02-14
| ||
18:38 | [51a4ba225c] part of check-in [7257fcc8c9] Change the name of the SQLITE_OPEN_REUSE_SCHEMA flag to SQLITE_OPEN_SHARED_SCHEMA. (check-in: [7257fcc8c9] user: dan branch: reuse-schema, size: 7887) | |
2019-02-13
| ||
19:17 | [d9fd3a796d] part of check-in [53220ad780] Fix for sqlite3_table_column_metadata() on REUSE_SCHEMA databases. (check-in: [53220ad780] user: dan branch: reuse-schema, size: 7879) | |
15:51 | [7d9e63de79] part of check-in [34f0f96f47] Fix a problem with the incrblob API and reusable schemas. (check-in: [34f0f96f47] user: dan branch: reuse-schema, size: 7578) | |
08:40 | [350a01c560] part of check-in [7c2ec2d4cf] Fix a problem with OPEN_REUSE_SCHEMA connections reloading the temp schema. (check-in: [7c2ec2d4cf] user: dan branch: reuse-schema, size: 6434) | |
2019-02-12
| ||
19:20 | [03216f8879] part of check-in [ea611d7cba] Share schemas between databases attached to the same database handle. (check-in: [ea611d7cba] user: dan branch: reuse-schema, size: 6434) | |
2019-02-11
| ||
19:34 | [5722f9da15] part of check-in [2ebeb74783] Add eponymous virtual table "schemapool". For inspecting the current contents of the schema-pool. (check-in: [2ebeb74783] user: dan branch: reuse-schema, size: 2867) | |
2019-02-09
| ||
17:47 | [b17689a33e] part of check-in [3ca8856a7b] Fix virtual table support for SQLITE_OPEN_REUSABLE_SCHEMA connections. (check-in: [3ca8856a7b] user: dan branch: reuse-schema, size: 1271) | |
2019-02-02
| ||
21:02 | Added: [39f4a78ddf] part of check-in [9e8e5f52cf] Try new approach ensuring that each Schema object is only used by one connection/database at any one time. (check-in: [9e8e5f52cf] user: dan branch: reuse-schema, size: 936) | |