Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History for test/altertab3.test
2024-03-26
| ||
11:14 | [b331ae34e6] part of check-in [a49296de00] Avoid expanding integer values in columns with real affinity to the full 8-byte representation when editing records as part of a DROP COLUMN command. (check-in: [a49296de00] user: dan branch: trunk, size: 20522) | |
2024-03-14
| ||
19:31 | [e167ce3b8e] part of check-in [d543c829ef] Fix a problem with ALTER TABLE and correlated multi-row VALUES clauses. (check-in: [d543c829ef] user: dan branch: exp-values-clause2, size: 20000) | |
2022-05-27
| ||
15:04 | [6c432fbb99] part of check-in [53fbc269dd] Fix further issues with ALTER TABLE and triggers that contain UPDATE..FROM statements. (check-in: [53fbc269dd] user: dan branch: trunk, size: 19484) | |
2022-04-19
| ||
20:47 | [8af5c6eb4a] part of check-in [24755fd065] Fix a problem in ALTER TABLE with handling "table.*" expressions within SELECT statements in triggers. (check-in: [24755fd065] user: dan branch: trunk, size: 19491) | |
2021-09-29
| ||
19:18 | [5929f522fd] part of check-in [18d38b1310] Fix a typo in altertab3.test. (check-in: [18d38b1310] user: dan branch: trunk, size: 18592) | |
18:33 | [78372063fa] part of check-in [a0df216f7c] Fix another problem with ALTER TABLE and vector UPDATE statements within triggers. (check-in: [a0df216f7c] user: dan branch: trunk, size: 18601) | |
2021-09-28
| ||
10:44 | [9a8aad735c] part of check-in [df0d7e36db] Fix a potential ALTER TABLE problem with expressions like ( (<sub-select>) IN () ). (check-in: [df0d7e36db] user: dan branch: trunk, size: 18194) | |
2021-01-21
| ||
15:40 | [2b82fa2236] part of check-in [4f676466e6] Fix a problem caused by using an SQL variable in an OVER clause within a trigger program. (check-in: [4f676466e6] user: dan branch: fix-over-trigger, size: 16688) | |
2020-11-02
| ||
00:40 | [1db384eb85] part of check-in [6646d7898c] Fix an another OSS-Fuzz discovered assertion fault due to ALTER TABLE and strange triggers. (check-in: [6646d7898c] user: drh branch: trunk, size: 16683) | |
2020-10-31
| ||
16:33 | [b1a3c15ff7] part of check-in [3e6af89040] Update the ALTER TABLE command to correctly handle UPDATE ... FROM statements within trigger programs. (check-in: [3e6af89040] user: dan branch: trunk, size: 16401) | |
2020-07-29
| ||
16:18 | [822b649894] 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: 15722) | |
2020-07-14
| ||
19:51 | [d0d51e652a] part of check-in [4f6d8d0ebf] Support UPDATE...FROM statements in trigger programs. (check-in: [4f6d8d0ebf] user: dan branch: update-from, size: 15723) | |
2019-12-30
| ||
06:55 | [155b8dc225] part of check-in [a9e0354c99] In ALTER TABLE, rename columns and tables in expressions that are optimized out by the "AND 0" optimization. Doing this also fixes an otherwise harmless assert() failure. (check-in: [a9e0354c99] user: dan branch: trunk, size: 15383) | |
2019-12-27
| ||
20:54 | [d58d41201a] part of check-in [d29edef934] Do not attempt to unwind the WITH stack in the Parse object following an error. This fixes a separate case to [de6e6d68], but also causes an assertion fault at select.c:4666 for test case altertab3-22.4. (check-in: [d29edef934] user: dan branch: better-error-handling-1, size: 14488) | |
2019-12-20
| ||
14:18 | [10c32d6251] part of check-in [365dd8b663] Fix a potential problem with ALTER TABLE commands on schemas that contains a triggers or view featuring a sub-query that uses an ON clause with a join that is not a LEFT JOIN. (check-in: [365dd8b663] user: dan branch: trunk, size: 14030) | |
2019-12-09
| ||
19:29 | [231881a8e9] part of check-in [c7309ed3c7] Add a NEVER() to the ALTER TABLE fix in check-in [1d2e53a39b87e364] (check-in: [c7309ed3c7] user: drh branch: trunk, size: 13674) | |
08:13 | [3faf56b3f5] part of check-in [1d2e53a39b] Avoid infinite recursion in the ALTER TABLE code when a view contains an unused CTE that references, directly or indirectly, the view itself. (check-in: [1d2e53a39b] user: dan branch: trunk, size: 13685) | |
2019-12-05
| ||
14:31 | [18111c210a] part of check-in [7e5ad8e0ab] Fix a problem in ALTER TABLE that could occur if an index, view or trigger in the schema features an expression of the form ((SELECT ...) IN ()) where the SELECT statement uses a CTE. (check-in: [7e5ad8e0ab] user: dan branch: trunk, size: 12992) | |
2019-12-04
| ||
15:08 | [923db55712] part of check-in [54410f0e77] Ensure that an ALWAYS() in the rename logic really is always true, even for faulty inputs. (check-in: [54410f0e77] user: drh branch: trunk, size: 12715) | |
14:26 | [1456b08bd5] part of check-in [75b04a4b0d] Fix an assert() failure that could occur in ALTER TABLE code when the schema contains a view that uses a CTE. (check-in: [75b04a4b0d] user: dan branch: trunk, size: 12346) | |
2019-10-28
| ||
13:54 | [f40013d333] part of check-in [0b0a3048f9] Fix a problem in fts3 causing it to report corruption if a doclist contains consectutive rowid entries that differ by more than 2^63. (check-in: [0b0a3048f9] user: dan branch: trunk, size: 10409) | |
2019-08-08
| ||
15:24 | [c755ef31f8] part of check-in [1e17ea2fd1] Remove support for STAT3. The sqlite_stat3 tables are ignored, if they exist. STAT4 continues to work as it always has, and as it is a superset of STAT3 is the recommended replacement. (check-in: [1e17ea2fd1] user: drh branch: omit-stat3, size: 9631) | |
2019-08-05
| ||
13:19 | [9b868b9fc6] part of check-in [2ac0e42f8a] Fix a problem with renaming a table when a view or trigger within the schema uses a FILTER with an aggregate function that is not currently registered with the database. (check-in: [2ac0e42f8a] user: dan branch: trunk, size: 9632) | |
2019-08-01
| ||
10:58 | [0f1e2801af] part of check-in [8168021f9a] Fix a problem in ALTER TABLE triggered by views or triggers that include the construction "ORDER BY true" or "ORDER BY false". (check-in: [8168021f9a] user: dan branch: trunk, size: 9110) | |
2019-07-22
| ||
11:38 | [8e6db08ed6] part of check-in [bd37ce3fb8] Fix a problem with renaming tables when the schema contains an invocation of a currently unregistered aggregate with a FILTER clause. (check-in: [bd37ce3fb8] user: dan branch: trunk, size: 8698) | |
2019-07-19
| ||
14:32 | [b20c9c4231] part of check-in [ff290feb97] Fix a problem with renaming a table when the schema contains an invocation of a window function that is not currently registered. (check-in: [ff290feb97] user: dan branch: trunk, size: 8316) | |
11:20 | [45b866733b] part of check-in [348e7f193a] Fix a problem with renaming tables when the schema contains WINDOW definitions with (illegal) non-numeric expressions as part of a PRECEDING or FOLLOWING clause. (check-in: [348e7f193a] user: dan branch: trunk, size: 8028) | |
10:31 | [4f9dbe767c] part of check-in [ee076c28d8] Fix a faulty assert() in walker.c that could fail when processing an ALTER TABLE statement on a schema containing invalid table references that are part of a WINDOW definition. (check-in: [ee076c28d8] user: dan branch: trunk, size: 6972) | |
2019-06-15
| ||
15:27 | [7a2419829b] part of check-in [0bbceebb12] Add extra test case for one of the problems fixed by the previous commit. (check-in: [0bbceebb12] user: dan branch: trunk, size: 5997) | |
2019-06-13
| ||
13:52 | [3d9f15e903] part of check-in [eaa34626e4] Fix a minor error in a test script, and harmless compiler warnings in the CLI code. (check-in: [eaa34626e4] user: drh branch: trunk, size: 5533) | |
2019-06-11
| ||
12:03 | [6909f4f31e] part of check-in [f2c8179f3c] Have the ALTER TABLE code handle the case where an entire expression that includes a sub-select is excluded from a view, trigger or index. (check-in: [f2c8179f3c] user: dan branch: trunk, size: 5525) | |
2019-06-10
| ||
19:17 | [47cdbc49c0] part of check-in [71643deb6b] Have ALTER TABLE commands ignore the lhs of "expr IN ()" and "expr NOT IN ()" expressions, just as other queries do. Fix for [533010b8ca]. (check-in: [71643deb6b] user: dan branch: trunk, size: 5213) | |
15:34 | [a8f64e2896] part of check-in [567b130939] Handle renaming a column or table when the schema contains a (meaningless) index on the constant expression ('text' IN ()) or ('text' NOT IN()). Fix for [fd76310a]. (check-in: [567b130939] user: dan branch: trunk, size: 4797) | |
2019-04-29
| ||
11:27 | [2433d0cc6c] part of check-in [c621fc668c] Fix a stack overflow that could occur when renaming a table that has a trigger containing a window function invocation that itself contains a specific syntax error. (check-in: [c621fc668c] user: dan branch: trunk, size: 4471) | |
2019-04-12
| ||
12:10 | [40f2ce9be6] part of check-in [56b664185e] Fix minor problems in tcl test scripts. (check-in: [56b664185e] user: dan branch: trunk, size: 3596) | |
2019-03-20
| ||
16:58 | [b917c2a287] part of check-in [b9e2393cf2] Fix a potential dangling pointer deference in an ALTER TABLE run on a schema that contains constructs of the form "PRIMARY KEY(column COLLATE collation)". (check-in: [b9e2393cf2] user: dan branch: trunk, size: 3546) | |
2019-03-15
| ||
16:17 | [35aadf590f] part of check-in [0f2129f59f] Ensure that ALTER TABLE commands open statement transactions. Fix for [596d059a]. (check-in: [0f2129f59f] user: dan branch: trunk, size: 2972) | |
2019-02-11
| ||
11:34 | [1df6d9c6d4] part of check-in [8824115a97] Build and test fixes for SQLITE_OMIT_WINDOWFUNC builds. (check-in: [8824115a97] user: dan branch: trunk, size: 2141) | |
2019-01-24
| ||
16:27 | [9dd97ab816] part of check-in [2d9cd06715] Fix a problem with running ALTER TABLE on a schema that contains expressions of the type "col IN ()" (empty set on RHS of IN operator). (check-in: [2d9cd06715] user: dan branch: trunk, size: 2102) | |
2019-01-23
| ||
19:50 | [94152c25ea] part of check-in [2ca6b8f84e] Fix a problem with renaming a table within a schema that contains a composite query that uses a column alias as an ORDER BY term. (check-in: [2ca6b8f84e] user: dan branch: trunk, size: 1700) | |
16:59 | Added: [b27923ad48] part of check-in [0387cb3add] Fix problems with sub-selects in WINDOW definitions. Also rename-column operations when the column being renamed appears in a WINDOW definition that is part of a VIEW or TRIGGER. (check-in: [0387cb3add] user: dan branch: trunk, size: 1039) | |