Changes between Version 6 and Version 8 of Ticket #32502
- Timestamp:
- Feb 11, 2022, 3:45:07 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32502
- Property Owner removed
- Property Status assigned → new
-
Ticket #32502 – Description
v6 v8 1 1 Per https://www.sqlite.org/lang_altertable.html 2 2 3 - `ALTER TABLE RENAME COLUMN` is [https://www.sqlite.org/search?s=c&q=RENAME+COLUMN supported since 3.25 but had issues with unique columns until 3.27]3 - ~~`ALTER TABLE RENAME COLUMN` is [https://www.sqlite.org/search?s=c&q=RENAME+COLUMN supported since 3.25 but had issues with unique columns until 3.27] ~~ (duplicate of #29763). 4 4 - `ALTER TABLE ADD COLUMN` is [https://www.sqlite.org/search?s=c&q=ADD+COLUMN supported since 3.2.0] not sure why it wasn't used in the first place since 3.2 was released in 2005? (added in 2f73e5406d54cb8945e187eff302a3a3373350be) 5 5 - `ALTER TABLE DROP COLUMN` [https://www.sqlite.org/draft/releaselog/3_35_0.html will be supported by 3.35]