From 9dbc13db9a3f0d28f5bdabefb8d548598a927c25 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 27 Aug 2006 22:25:41 +0000 Subject: [PATCH] Concat operator for mysql added --- lib/xmldb/classes/generators/mysql/mysql.class.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/xmldb/classes/generators/mysql/mysql.class.php b/lib/xmldb/classes/generators/mysql/mysql.class.php index 6e4016b9d5..7cb7320806 100644 --- a/lib/xmldb/classes/generators/mysql/mysql.class.php +++ b/lib/xmldb/classes/generators/mysql/mysql.class.php @@ -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 */ -- 2.39.5