mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Concat operator for mysql added
This commit is contained in:
parent
b96aaad125
commit
9dbc13db9a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue