Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Nov 2008 at 10:10 UTC
Updated:
25 Nov 2008 at 01:55 UTC
According to #371: resolve ANSI SQL-92/99/2003 reserved words conflict in query statements founding, CVS HEAD schema is conflict with Oracle, e.g. 'uid' and 'access'. This patch target to replace these reserved words as 'userid' and 'lastaccess' (Moodle style).
Patch pass all normal simpletest; BTW, as 'uid' and 'access' is used within session.inc and both update.php, update path need some special exception handling and it is now buggy. May someone give a hand for that?
| Comment | File | Size | Author |
|---|---|---|---|
| dbtng-userid-lastaccess-1227520933.patch | 219.98 KB | hswong3i |
Comments
Comment #2
chx commentedComment #3
catchFor reference, the first line changed in the patch is this:
This should be worked around in the oracle driver, so there's no need to break 90% of contrib modules in addition to making our code less elegant.