Changes between Version 6 and Version 8 of Ticket #32502


Ignore:
Timestamp:
Feb 11, 2022, 3:45:07 AM (2 years ago)
Author:
Mariusz Felisiak
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32502

    • Property Owner Mariusz Felisiak removed
    • Property Status assignednew
  • Ticket #32502 – Description

    v6 v8  
    11Per https://www.sqlite.org/lang_altertable.html
    22
    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).
    44- `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)
    55- `ALTER TABLE DROP COLUMN` [https://www.sqlite.org/draft/releaselog/3_35_0.html will be supported by 3.35]
Back to Top