Opened 12 years ago
Closed 12 years ago
#1083 closed defect (fixed)
Upgrading from 2.6.4 to 2.8 fails with Oracle
Reported by: | ianwallen | Owned by: | ianwallen |
---|---|---|---|
Priority: | major | Milestone: | v2.8.0 RC2 |
Component: | General | Version: | v2.8.0RC0 |
Keywords: | Cc: |
Description
When upgrading from 2.6.4 to 2.8 with Oracle the following command fails
ALTER TABLE Users ALTER COLUMN username TYPE varchar(256);
This is not proper syntax for Oracle. It may also not be proper syntax for all databases. The DDL commands should be moved to the database specific script.
Change History (3)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in commit 129e96f954344d9d754d5620995a8a7b29259ebe
Note:
See TracTickets
for help on using tickets.
Submitted pull request with fix.