aboutsummaryrefslogtreecommitdiff
path: root/test/altertab2.test
Commit message (Expand)AuthorAge
* When attempting to optimize "expr AND false" to "false" anddrh2025-07-01
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Fix a case where an error in the ORDER BY clause of an aggregate function tha...dan2024-05-15
* Further improvements to localization of errors in input SQL.drh2022-02-06
* In ALTER TABLE, rename columns and tables in expressions that are optimized o...dan2019-12-30
* The ALTER TABLE command should not attempt to rename objects that are drh2019-06-11
* Fix repeated test numbers in the altertab2.test file.drh2019-06-11
* Build and test fixes for SQLITE_OMIT_WINDOWFUNC builds.dan2019-02-11
* Fix problems with sub-selects in WINDOW definitions. Also rename-column opera...dan2019-01-23
* Fix a problem with using ALTER TABLE to rename a table or column when thedan2019-01-19
* Fix a fairly obscure problem allowing an "ALTER TABLE RENAME col TO ..." stat...dan2019-01-18
* Fix a problem with fix [b4b57413].dan2019-01-16
* Fix a problem with renaming a column that is used as part of an ORDER BY on adan2019-01-16
* Avoid a dangling pointer comparison when renaming a table that has a triggerdan2019-01-16
* Fix a problem with ALTER TABLE and vector assignments in UPDATE statementsdan2019-01-15
* Ensure that ALTER TABLE modifies table and column names embedded in WITHdan2018-12-05
* Merge fixes from trunk.drh2018-11-10
|\
| * When a table is renamed using "ALTER TABLE RENAME TO", update any REFERENCESdan2018-11-09
* | Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test casesdrh2018-11-07
|/
* By default, make all "ALTER TABLE RENAME" statements executed within a virtualdan2018-09-20