-
Bug
-
Resolution: Fixed
-
Major
-
2.4
-
Microsoft SQL
-
MOODLE_24_STABLE
-
MOODLE_24_STABLE
-
wip-
MDL-36937-m24 -
return $this::supports_data_guarantee() & self::SUPPORTS_NATIVE_TTL;
is just plain wrong, should be:
return $this::get_supported_features() & self::SUPPORTS_NATIVE_TTL;