From: stronk7 Date: Sun, 27 Aug 2006 22:24:09 +0000 (+0000) Subject: Concat operator for mssql added X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b96aaad1251d6dc34165ddb4fd8742b2778dfdf3;p=moodle.git Concat operator for mssql added --- diff --git a/lib/xmldb/classes/generators/mssql/mssql.class.php b/lib/xmldb/classes/generators/mssql/mssql.class.php index c731dd3f7b..5d5e4d7a7c 100644 --- a/lib/xmldb/classes/generators/mssql/mssql.class.php +++ b/lib/xmldb/classes/generators/mssql/mssql.class.php @@ -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 */