moodle/lib/ddl
Eloy Lafuente (stronk7) d584d34967 MDL-67886 phpunit: Make tests cross-db
The suggested SQL in some of the assertions was not cross-db
but db-dependent. Now we just keep that part out from the
assertions, because it's not important to verify the
errors that are being asserted.
2020-04-23 13:03:03 +02:00
..
tests MDL-67886 phpunit: Make tests cross-db 2020-04-23 13:03:03 +02:00
database_manager.php MDL-67886 core: check_database_schema() checks for extra indexes 2020-04-23 00:45:43 +02:00
mssql_sql_generator.php MDL-58584 core_ddl: getDropTableSQL should not do more than what it says 2020-02-03 15:07:15 +11:00
mysql_sql_generator.php MDL-58584 core_ddl: getDropTableSQL should not do more than what it says 2020-02-03 15:07:15 +11:00
oracle_sql_generator.php MDL-58584 core_ddl: getDropTableSQL should not do more than what it says 2020-02-03 15:07:15 +11:00
postgres_sql_generator.php MDL-58584 core_ddl: getDropTableSQL should not do more than what it says 2020-02-03 15:07:15 +11:00
sql_generator.php MDL-58584 core_ddl: getDropTableSQL should not do more than what it says 2020-02-03 15:07:15 +11:00
sqlite_sql_generator.php MDL-32003 fix phpdocs in DDL layer 2012-06-17 22:56:28 +02:00