-
Bug
-
Resolution: Fixed
-
Minor
-
2.6
-
MOODLE_26_STABLE
-
MOODLE_26_STABLE
-
MDL-41586-master -
- Run all phpunit tests under mssql and make sure there are no errors related to 'scale' of columns.
- Run core_ddl_testcase on all supported databases.
Since at least
commit ee788142f200c292a3ad95d8dedf61429e4eb761
Author: Damyon Wiese <damyon@moodle.com>
Date: Fri Aug 30 09:37:04 2013 +0800
weekly release 2.6dev
The unit tests are failing on MSSQL.
1) core_ddl_testcase::test_add_field
Failed asserting that false is null.
/home/damyonw/Documents/Moodle/instances/im_mssql/moodle/lib/ddl/tests/ddl_test.php:729
/home/damyonw/Documents/Moodle/instances/im_mssql/moodle/lib/phpunit/classes/database_driver_testcase.php:143
- blocks
-
MDLQA-6314 CLONE - Run PHPUnit tests on MSSQL
- Passed
- has a non-specific relationship to
-
MDL-42758 DB get_columns() return incorrect scale in mssql and oracle (backport of MDL-41586)
- Closed