Issue Details (XML | Word | Printable)

Key: MDL-8237
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Eloy Lafuente (stronk7)
Reporter: Eloy Lafuente (stronk7)
Votes: 0
Watchers: 3
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

"access" is a reserved word under oracle

Created: 21/Jan/07 02:17 AM   Updated: 24/Jan/07 09:17 PM
Return to search
Component/s: Networking
Affects Version/s: 1.8
Fix Version/s: 1.8

Environment: Oracle

Database: Oracle
Participants: Donal McMullan, Eloy Lafuente (stronk7) and Martin Dougiamas
Security Level: None
QA Assignee: Eloy Lafuente (stronk7)
Resolved date: 24/Jan/07
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_18_STABLE


 Description  « Hide
"access" is being used my the mnet_sso_access_control table and it's a reserved word under Oracle. Should be fixed ASAP.

Ciao :-)

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
donal72 committed 7 files to 'Moodle CVS' - 24/Jan/07 06:27 AM
Mnet: Rename field: access to accessctrl for Oracle interop: MDL-8237
MODIFY lib/db/install.xml   Rev. 1.44    (+2 -2 lines)
MODIFY auth/mnet/auth.php   Rev. 1.11    (+3 -3 lines)
MODIFY mnet/lib.php   Rev. 1.9    (+3 -3 lines)
MODIFY version.php   Rev. 1.421    (+1 -1 lines)
MODIFY admin/user.php   Rev. 1.99    (+12 -12 lines)
MODIFY admin/mnet/access_control.php   Rev. 1.11    (+16 -16 lines)
MODIFY lib/db/upgrade.php   Rev. 1.21    (+11 -1 lines)
moodler committed 1 file to 'Moodle CVS' - 24/Jan/07 10:17 PM
A small bug in rename_field means that you need to specify the field in detail for it to work.

This will be fixed by Eloy later.

MDL-8237
MODIFY lib/db/upgrade.php   Rev. 1.22    (+2 -1 lines)