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
d6125c4ad5
By default, when creating new fields... they are unsigned.
2007-08-29 10:24:36 +00:00
..
generators
Temporary fix for MDL-9356 becuase it was blocking a bug I needed to fix. Eloy, please review carefully when you get back from holiday.
2007-08-17 09:59:54 +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
…
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
…
XMLDBStatement.class.php
…
XMLDBStructure.class.php
…
XMLDBTable.class.php
…