index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
altertab2.test
Commit message (
Expand
)
Author
Age
*
When attempting to optimize "expr AND false" to "false" and
drh
2025-07-01
*
Remove unnecessary "www." prefixes on domain names in URLs.
drh
2025-04-10
*
Fix a case where an error in the ORDER BY clause of an aggregate function tha...
dan
2024-05-15
*
Further improvements to localization of errors in input SQL.
drh
2022-02-06
*
In ALTER TABLE, rename columns and tables in expressions that are optimized o...
dan
2019-12-30
*
The ALTER TABLE command should not attempt to rename objects that are
drh
2019-06-11
*
Fix repeated test numbers in the altertab2.test file.
drh
2019-06-11
*
Build and test fixes for SQLITE_OMIT_WINDOWFUNC builds.
dan
2019-02-11
*
Fix problems with sub-selects in WINDOW definitions. Also rename-column opera...
dan
2019-01-23
*
Fix a problem with using ALTER TABLE to rename a table or column when the
dan
2019-01-19
*
Fix a fairly obscure problem allowing an "ALTER TABLE RENAME col TO ..." stat...
dan
2019-01-18
*
Fix a problem with fix [b4b57413].
dan
2019-01-16
*
Fix a problem with renaming a column that is used as part of an ORDER BY on a
dan
2019-01-16
*
Avoid a dangling pointer comparison when renaming a table that has a trigger
dan
2019-01-16
*
Fix a problem with ALTER TABLE and vector assignments in UPDATE statements
dan
2019-01-15
*
Ensure that ALTER TABLE modifies table and column names embedded in WITH
dan
2018-12-05
*
Merge fixes from trunk.
drh
2018-11-10
|
\
|
*
When a table is renamed using "ALTER TABLE RENAME TO", update any REFERENCES
dan
2018-11-09
*
|
Add the SQLITE_DEFAULT_DEFENSIVE compile-time option. Fix up test cases
drh
2018-11-07
|
/
*
By default, make all "ALTER TABLE RENAME" statements executed within a virtual
dan
2018-09-20