]> git.mjollnir.org Git - moodle.git/commitdiff
Minor adjustments to some comments.
authorstronk7 <stronk7>
Wed, 16 Aug 2006 23:17:28 +0000 (23:17 +0000)
committerstronk7 <stronk7>
Wed, 16 Aug 2006 23:17:28 +0000 (23:17 +0000)
lib/xmldb/classes/generators/mssql/mssql.class.php
lib/xmldb/classes/generators/oci8po/oci8po.class.php
lib/xmldb/classes/generators/postgres7/postgres7.class.php

index c34526051991edfa0f83334312049008c3c49945..57e00b0b92ac8c5c998e3844c3c73c8c766b5e00 100644 (file)
@@ -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',
index bf92ab744bed88b24e62cc7814baec370cbfe15b..396ba3250602cc514333b95bb943b71ad5b08362 100644 (file)
@@ -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',
index b0db03e0c63172b6eb97c252b2f219867ded0f5c..36c3a546e10f1a236586a698359e4dc93c0e6dea 100644 (file)
@@ -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',