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