Note: You are currently viewing documentation for Moodle 3.3. Up-to-date documentation for the latest stable version of Moodle is probably available here: Database reserved words.

Database reserved words

From MoodleDocs
Revision as of 13:46, 14 August 2006 by Tim Hunt (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It would be really helpful to have a list here. In the meantime, here are some links:

Even better: SQL Reserved Words Checker.

It would be really good if the new XMLdb functions checked column and table names against these lists and refused to created things with reserved words as names.

Or alternatively, if they guaranteed to escape all SQL so it did not matter if we used reserved words.