Summary |
0004951: Sybase: drop column needs to add "with no datacopy" clause to succeed |
|
Revision |
2021-04-16 15:35 by pmarzullo |
|
Description |
"with no datacopy" needs to be added to drop column so that it will succeed. |
|
Revision |
2022-04-08 17:45 by elong |
|
Description |
"with no datacopy" needs to be added to drop column so it will run quickly and succeed. Upgrading to 3.12 changes a column's default value (sym_router.router_type) that causes the DDL builder to drop the column and add it again. |
|
Revision |
2025-05-02 20:37 by pbelov |
|
Description |
"with no datacopy" needs to be added to drop column command so it will run quickly and succeed.
|
|
Revision |
2021-04-16 15:35 by pmarzullo |
|
Steps To Reproduce |
|
|
Revision |
2025-05-02 20:37 by pbelov |
|
Steps To Reproduce |
Upgrading to v. 3.12 changes a column's default value (sym_router.router_type) that causes the DDL builder to drop the column and add it again. |