From: stronk7 Date: Wed, 16 Aug 2006 23:17:28 +0000 (+0000) Subject: Minor adjustments to some comments. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6aa7885eb554b8ae095909e8c2383a91f078c980;p=moodle.git Minor adjustments to some comments. --- diff --git a/lib/xmldb/classes/generators/mssql/mssql.class.php b/lib/xmldb/classes/generators/mssql/mssql.class.php index c345260519..57e00b0b92 100644 --- a/lib/xmldb/classes/generators/mssql/mssql.class.php +++ b/lib/xmldb/classes/generators/mssql/mssql.class.php @@ -130,7 +130,7 @@ class XMLDBmssql extends XMLDBgenerator { * 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', diff --git a/lib/xmldb/classes/generators/oci8po/oci8po.class.php b/lib/xmldb/classes/generators/oci8po/oci8po.class.php index bf92ab744b..396ba32506 100644 --- a/lib/xmldb/classes/generators/oci8po/oci8po.class.php +++ b/lib/xmldb/classes/generators/oci8po/oci8po.class.php @@ -151,8 +151,8 @@ class XMLDBoci8po extends XMLDBgenerator { * 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', diff --git a/lib/xmldb/classes/generators/postgres7/postgres7.class.php b/lib/xmldb/classes/generators/postgres7/postgres7.class.php index b0db03e0c6..36c3a546e1 100644 --- a/lib/xmldb/classes/generators/postgres7/postgres7.class.php +++ b/lib/xmldb/classes/generators/postgres7/postgres7.class.php @@ -142,7 +142,7 @@ class XMLDBpostgres7 extends XMLDBgenerator { * 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',