* Returns an array of reserved words (lowercase) for this DB
*/
function getReservedWords() {
- /// This file contains the reserved words for MySQL databases
+ /// This file contains the reserved words for MSSQL databases
/// from http://msdn.microsoft.com/library/en-us/tsqlref/ts_ra-rz_9oj7.asp
$reserved_words = array (
'absolute', 'action', 'ada', 'add', 'admin', 'after', 'aggregate',
* Returns an array of reserved words (lowercase) for this DB
*/
function getReservedWords() {
- /// This file contains the reserved words for MySQL databases
- /// from http://www.postgresql.org/docs/7.3/static/sql-keywords-appendix.html
+ /// This file contains the reserved words for Oracle databases
+ /// from http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/ap_keywd.htm
$reserved_words = array (
'access', 'add', 'all', 'alter', 'and', 'any',
'as', 'asc', 'audit', 'between', 'by', 'char',
* Returns an array of reserved words (lowercase) for this DB
*/
function getReservedWords() {
- /// This file contains the reserved words for MySQL databases
+ /// This file contains the reserved words for PostgreSQL databases
/// from http://www.postgresql.org/docs/7.3/static/sql-keywords-appendix.html
$reserved_words = array (
'abort', 'abs', 'absolute', 'access', 'action', 'ada',