]> git.mjollnir.org Git - moodle.git/commit
Now all the XMLDBxxx->geSQL functions return an array of statements to be
authorstronk7 <stronk7>
Thu, 17 Aug 2006 19:20:45 +0000 (19:20 +0000)
committerstronk7 <stronk7>
Thu, 17 Aug 2006 19:20:45 +0000 (19:20 +0000)
commit9dcc6300a7b13b363f3625e6703b3aad81f63e2f
tree4a12d8496525e080ea7e7170373e18d0544a02e5
parentde16da7293def017d074974bd1ce6872d9798eee
Now all the XMLDBxxx->geSQL functions return an array of statements to be
executed (easily to handle them in the installation/upgrade process
individually. Also, it's possible to specify one statement end.
lib/xmldb/classes/XMLDBStructure.class.php
lib/xmldb/classes/XMLDBTable.class.php
lib/xmldb/classes/generators/XMLDBGenerator.class.php
lib/xmldb/classes/generators/mssql/mssql.class.php
lib/xmldb/classes/generators/mysql/mysql.class.php
lib/xmldb/classes/generators/oci8po/oci8po.class.php
lib/xmldb/classes/generators/postgres7/postgres7.class.php