msgcntr Oracle 2.8 to 3.0 conversion script incorrect for MSGCNTR-438

Description

The Oracle version of the msgcntr 2.8 to 3.0 conversion script used MySQL syntax instead of Oracle syntax. The line "INSERT INTO SAKAI_REALM_FUNCTION VALUES (DEFAULT, 'msg.permissions.viewHidden.groups');" should be "INSERT INTO SAKAI_REALM_FUNCTION VALUES (SAKAI_REALM_FUNCTION_SEQ.NEXTVAL, 'msg.permissions.viewHidden.groups');".

I have verified that this is a problem in trunk as well as in the msgcntr-3.0-a01 tag and msgcntr-3.0.x branch.

Activity

Show:

Michelle Wagner October 6, 2011 at 10:22 AM

r99030 - 3.0.x

Michelle Wagner October 6, 2011 at 10:13 AM

r99029 - thanks David!

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Conversion Script Required

Yes

Created October 6, 2011 at 9:53 AM
Updated July 5, 2016 at 8:20 AM
Resolved October 6, 2011 at 10:13 AM

Flag notifications