Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/reuse3.test
2024-08-29
| ||
19:37 | [890074bbfc] 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: 8690) | |
2023-02-07
| ||
15:38 | [fa1edd6a30] 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: 8671) | |
2023-01-12
| ||
19:43 | [ee7dc9c3ee] part of check-in [deb26d034b] Merge latest trunk changes, including fixes for RBU pass-through mode, with this branch. (check-in: [deb26d034b] user: dan branch: reuse-schema, size: 8661) | |
2020-01-18
| ||
19:58 | [876d15c42d] part of check-in [9830a44bc6] Fix a couple of test case issues on this branch. (check-in: [9830a44bc6] user: dan branch: reuse-schema, size: 8643) | |
2019-03-26
| ||
19:14 | [ab116714c9] part of check-in [9f591ac078] Remove a "puts" statement accidentally left in a test script. (check-in: [9f591ac078] user: dan branch: reuse-schema, size: 8618) | |
18:40 | [9c8414c309] part of check-in [e399fede7b] Add a few extra tests for SQLITE_STATUS_SCHEMA_USED with shared-schema databases. (check-in: [e399fede7b] user: dan branch: reuse-schema, size: 8629) | |
2019-03-21
| ||
17:13 | [c7c57dc70e] 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: 7602) | |
2019-02-20
| ||
18:44 | [7507103455] part of check-in [ba0ab042f4] Further test cases and fixes for SQLITE_OPEN_SHARED_SCHEMA. (check-in: [ba0ab042f4] user: dan branch: reuse-schema, size: 7550) | |
17:36 | [ff322d9379] part of check-in [9a78d89c84] Add test and fixes for SQLITE_OPEN_SHARED_SCHEMA mode. (check-in: [9a78d89c84] user: dan branch: reuse-schema, size: 6522) | |
2019-02-19
| ||
18:00 | [9966883b83] part of check-in [8ac75b8a88] Improve error messages caused by corrupt database schemas in OPEN_SHARED_SCHEMA mode. (check-in: [8ac75b8a88] user: dan branch: reuse-schema, size: 6194) | |
2019-02-18
| ||
18:16 | [3bc91bb182] 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: 5618) | |
2019-02-15
| ||
19:36 | [624e389467] 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: 3895) | |
19:00 | [b0f7c72361] 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: 3803) | |
2019-02-14
| ||
21:04 | [b04e9b7115] part of check-in [d43b3c056c] Fix SQLITE_DBSTATUS_SCHEMA_USED so that it works with SQLITE_OPEN_SHARED_SCHEMA connections. (check-in: [d43b3c056c] user: dan branch: reuse-schema, size: 2733) | |
18:38 | [3e865c031f] 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: 1807) | |
2019-02-13
| ||
18:29 | [c9cc919586] part of check-in [b102148e71] Avoid crashing after parsing a corrupt schema with a REUSE_SCHEMA connection. (check-in: [b102148e71] user: dan branch: reuse-schema, size: 1805) | |
08:40 | [4eab99d576] 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: 1269) | |
2019-02-12
| ||
20:58 | Added: [9b4752890e] part of check-in [8c07b609fc] Add tests for creating temp schema objects with SQLITE_OPEN_REUSE_SCHEMA connections. (check-in: [8c07b609fc] user: dan branch: reuse-schema, size: 1192) | |