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-16 13:40:15 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
moodle
/
lib
/
ddl
History
Russell Smith
848d212e7a
MDL-53495 database xmldb: Ensure field tests use constant.
...
Some tests were still using hard coded values which break if the constants are changed.
2016-07-06 14:45:00 +10:00
..
tests
MDL-53495 database xmldb: Ensure field tests use constant.
2016-07-06 14:45:00 +10:00
database_manager.php
MDL-51374 core_dml: change database layer to pass table name as parameter
2016-03-15 14:43:45 +08:00
mssql_sql_generator.php
MDL-45945 mssql: force default database collation in all tables including temp table
2014-07-04 15:04:50 +12:00
mysql_sql_generator.php
MDL-49724 core_ddl: final deprecation of guess_antolope_row_size()
2016-01-06 10:38:22 +08:00
oracle_sql_generator.php
MDL-36764 ddl/oracle: fix misleading comment
2012-11-22 10:05:10 +08:00
postgres_sql_generator.php
MDL-37420 add support for more PostgreSQL schemas
2013-01-08 17:12:31 +01:00
sql_generator.php
MDL-51374 core_dml: change database layer to pass table name as parameter
2016-03-15 14:43:45 +08:00
sqlite_sql_generator.php
…