This website requires JavaScript.
Explore
Help
Register
Sign In
mirror_php
/
moodle
Watch
1
Star
0
Fork
0
You've already forked moodle
mirror of
https://github.com/moodle/moodle.git
synced
2025-03-11 19:29:51 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lib
/
xmldb
/
classes
History
stronk7
4cc68ea184
Now mysql returns getCheckConstraintsFromDB() in a compatible
...
way (array of name & description objects) with the check constraints found in the table
2007-09-09 16:09:00 +00:00
..
generators
Now mysql returns getCheckConstraintsFromDB() in a compatible
2007-09-09 16:09:00 +00:00
XMLDBConstants.php
…
XMLDBField.class.php
By default, when creating new fields... they are unsigned.
2007-08-29 10:24:36 +00:00
XMLDBFile.class.php
MDL-8730: These libxml_* functions are PHP5 only. I've wrapped them in function_exists() conditional structures.
2007-03-26 03:42:22 +00:00
XMLDBIndex.class.php
And index fields are lowercased too. Part of MDL-10413
2007-07-17 18:55:51 +00:00
XMLDBKey.class.php
And key fields are lowercased too. End of MDL-10413
2007-07-17 18:57:31 +00:00
XMLDBObject.class.php
New $CFG->xmldbreconstructprevnext setting to allow edition of XMLDB
2007-07-05 16:24:24 +00:00
XMLDBStatement.class.php
…
XMLDBStructure.class.php
New $CFG->xmldbreconstructprevnext setting to allow edition of XMLDB
2007-07-05 16:24:24 +00:00
XMLDBTable.class.php
New $CFG->xmldbreconstructprevnext setting to allow edition of XMLDB
2007-07-05 16:24:24 +00:00