Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/vacuum-into.test
2025-03-27
| ||
14:32 | [5a489714fe] part of check-in [f96a5346e3] In Tcl, always use eq/ne for comparing strings, not ==/!= (check-in: [f96a5346e3] user: jan.nijtmans branch: cygwin-fixes, size: 5644) | |
2024-04-09
| ||
13:57 | [77845cee98] part of check-in [a6e26e7788] The read-only CHECK-constraint optimization of [34ddf02d3d21151b] inhibits the xfer optimization for tables with CHECK constraints. However, the xfer optimization is required for correct operation of VACUUM INTO on tables that contain generated columns. Fix this by ignoring CHECK constraints when qualifying the xfer optimization while running VACUUM. Problem reported by forum post 3ec177d68fe7fa2c. (check-in: [a6e26e7788] user: drh branch: trunk, size: 5640) | |
2023-10-20
| ||
20:19 | [35dc6f79b5] part of check-in [b91c19bf26] Add string_agg(X,Y) as an alias for group_concat(X,Y), for compatibility with SQLServer and PG. (check-in: [b91c19bf26] user: drh branch: string_agg, size: 4396) | |
2022-10-24
| ||
15:51 | [e0e3406845] part of check-in [86cb21ca12] Use the same "PRAGMA synchronous" setting for the output of a "VACUUM INTO" as are configured for the database being vacuumed. (check-in: [86cb21ca12] user: dan branch: trunk, size: 4399) | |
2021-11-22
| ||
16:48 | [f0b8c091df] part of check-in [65de176354] Omit wal mode tests in vacuum-into.test for builds and configurations that do not support wal mode. (check-in: [65de176354] user: dan branch: trunk, size: 3542) | |
2021-10-29
| ||
13:10 | [c4c25dcf8c] part of check-in [efc7e8c99a] Allow "VACUUM INTO" to change the page_size of a database even if the original database is in WAL mode. Enhancement suggested by forum post 033f2c9d1f. (check-in: [efc7e8c99a] user: drh branch: trunk, size: 3462) | |
2019-03-19
| ||
20:42 | [48f4cec354] part of check-in [55be6d0a9f] Enhance the VACUUM INTO command so that it works on read-only databases. (check-in: [55be6d0a9f] user: drh branch: trunk, size: 2807) | |
2019-01-02
| ||
16:01 | [41d84c0603] part of check-in [0465d2fc0d] Add another test case to vacuum-into.test. (check-in: [0465d2fc0d] user: dan branch: trunk, size: 2499) | |
15:27 | [1a110aa3ce] part of check-in [3961995cb5] Add test cases for commit [6c6fb1c6]. (check-in: [3961995cb5] user: dan branch: trunk, size: 2423) | |
14:34 | [20946d0ef6] part of check-in [6c6fb1c6ea] Raise an error if the argument to VACUUM INTO is an identifier. (check-in: [6c6fb1c6ea] user: drh branch: trunk, size: 2026) | |
2018-12-08
| ||
00:43 | [181a8ae8c2] part of check-in [af172b53b4] Allow the INTO clause of VACUUM to be a text-valued expression. (check-in: [af172b53b4] user: drh branch: vacuum-into, size: 1948) | |
2018-12-07
| ||
23:48 | Added: [dab9e498ea] part of check-in [92f70e0fa3] Do not allow VACUUM INTO into a file that already exists. (check-in: [92f70e0fa3] user: drh branch: vacuum-into, size: 1664) | |