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

index c731dd3f7bdf13a6b83c7b790be63475c2cf6a9a..5d5e4d7a7cba2c861faf6b831114874dc3af86d8 100644 (file)
@@ -53,6 +53,9 @@ class XMLDBmssql extends XMLDBgenerator {
 
     var $add_table_comments  = false;  // Does the generator need to add code for table comments
 
+    var $concat_character = '+'; //Characters to be used as concatenation operator. If not defined
+                                  //MySQL CONCAT function will be use
+
     /**
      * Creates one new XMLDBmssql
      */