]> git.mjollnir.org Git - moodle.git/commitdiff
Concat operator for mysql added
authorstronk7 <stronk7>
Sun, 27 Aug 2006 22:25:41 +0000 (22:25 +0000)
committerstronk7 <stronk7>
Sun, 27 Aug 2006 22:25:41 +0000 (22:25 +0000)
lib/xmldb/classes/generators/mysql/mysql.class.php

index 6e4016b9d56da1e0d9b1295daa05c85574b315bc..7cb7320806794ce9d18b066fca8a5c227e77df1f 100644 (file)
@@ -48,6 +48,9 @@ class XMLDBmysql extends XMLDBGenerator {
 
     var $enum_extra_code = false; //Does the generator need to add extra code to generate code for the enums in the table
 
+    var $concat_character = null; //Characters to be used as concatenation operator. If not defined
+                                  //MySQL CONCAT function will be use
+
     /**
      * Creates one new XMLDBmysql
      */