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 ianwallen, 12 years ago

Owner: changed from geonetwork-devel@… to ianwallen
Status: newassigned

comment:2 by ianwallen, 12 years ago

Submitted pull request with fix.

comment:3 by ianwallen, 12 years ago

Resolution: fixed
Status: assignedclosed

Fixed in commit 129e96f954344d9d754d5620995a8a7b29259ebe

Note: See TracTickets for help on using tickets.