-
Bug
-
Resolution: Fixed
-
Critical
-
1.9.1, 2.0
-
None
-
Any
-
MOODLE_19_STABLE, MOODLE_20_STABLE
-
MOODLE_19_STABLE, MOODLE_20_STABLE
While fixing and testing MDL-13861, it seems that the statistics generations has some CEIL() SQL uses.
But MSSQL isn't using that function but CEILING() instead.
To fix this:
1) Create one sql_ceil() function.
2) Replace all uses of CEIL() with that function.
Ciao
- has a non-specific relationship to
-
MDL-13861 lib/statslib SQL errors under Oracle
- Closed