aboutsummaryrefslogtreecommitdiff
path: root/test/altertab3.test
Commit message (Expand)AuthorAge
* When attempting to optimize "expr AND false" to "false" anddrh2025-07-01
* Avoid expanding integer values in columns with real affinity to the full 8-by...dan2024-03-26
* Fix a problem with ALTER TABLE and correlated multi-row VALUES clauses.dan2024-03-14
* Fix further issues with ALTER TABLE and triggers that contain UPDATE..FROM st...dan2022-05-27
* Fix a problem in ALTER TABLE with handling "table.*" expressions within SELEC...dan2022-04-19
* Fix a typo in altertab3.test.dan2021-09-29
* Fix another problem with ALTER TABLE and vector UPDATE statements within trig...dan2021-09-29
* Fix a potential ALTER TABLE problem with expressions like ( (<sub-select>) IN...dan2021-09-28
* Fix a problem caused by using an SQL variable in an OVER clause within a trig...dan2021-01-21
* Fix an another OSS-Fuzz discovered assertion fault due to ALTER TABLE anddrh2020-11-02
* Update the ALTER TABLE command to correctly handle UPDATE ... FROM statements...dan2020-10-31
* Support UPDATE...FROM statements in trigger programs.dan2020-07-14
* In ALTER TABLE, rename columns and tables in expressions that are optimized o...dan2019-12-30
* Do not attempt to unwind the WITH stack in the Parse object following an erro...dan2019-12-27
* Fix a potential problem with ALTER TABLE commands on schemas that contains a ...dan2019-12-20
* Add a NEVER() to the ALTER TABLE fix in check-in [1d2e53a39b87e364]drh2019-12-09
* Avoid infinite recursion in the ALTER TABLE code when a view contains an unus...dan2019-12-09
* Fix a problem in ALTER TABLE that could occur if an index, view or trigger in...dan2019-12-05
* Ensure that an ALWAYS() in the rename logic really is always true, evendrh2019-12-04
* Fix an assert() failure that could occur in ALTER TABLE code when the schema ...dan2019-12-04
* Fix a problem in fts3 causing it to report corruption if a doclist contains c...dan2019-10-28
* Remove support for STAT3. The sqlite_stat3 tables are ignored, if theydrh2019-08-08
* Fix a problem with renaming a table when a view or trigger within the schema ...dan2019-08-05
* Fix a problem in ALTER TABLE triggered by views or triggers that include the ...dan2019-08-01
* Fix a problem with renaming tables when the schema contains an invocation of ...dan2019-07-22
* Fix a problem with renaming a table when the schema contains an invocation of...dan2019-07-19
* Fix a problem with renaming tables when the schema contains WINDOW definition...dan2019-07-19
* Fix a faulty assert() in walker.c that could fail when processing an ALTER TA...dan2019-07-19
* Add extra test case for one of the problems fixed by the previous commit.dan2019-06-15
* Fix a minor error in a test script, and harmless compiler warnings in the CLI...drh2019-06-13
* Have the ALTER TABLE code handle the case where an entire expression that inc...dan2019-06-11
* Have ALTER TABLE commands ignore the lhs of "expr IN ()" and "expr NOT IN ()"...dan2019-06-10
* Handle renaming a column or table when the schema contains a (meaningless) in...dan2019-06-10
* Fix a stack overflow that could occur when renaming a table that has a trigge...dan2019-04-29
* Fix minor problems in tcl test scripts.dan2019-04-12
* Fix a potential dangling pointer deference in an ALTER TABLE run on a schema ...dan2019-03-20
* Ensure that ALTER TABLE commands open statement transactions. Fix for [596d05...dan2019-03-15
* Build and test fixes for SQLITE_OMIT_WINDOWFUNC builds.dan2019-02-11
* Fix a problem with running ALTER TABLE on a schema that contains expressions ...dan2019-01-24
* Fix a problem with renaming a table within a schema that contains a composite...dan2019-01-23
* Fix problems with sub-selects in WINDOW definitions. Also rename-column opera...dan2019-01-23