-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
3.5
-
None
-
MOODLE_35_STABLE
This is a followup of the validation changes performed @ MDL-32113.
Right now, no matter it's not used often... we allow integers (or whole parts in decimals/floats) up to 20 digits.
It's allowed by database engines, but php runs out of max int value (64 bits PHP_INT_MAX 9223372036854775807 which is 19 digits).
So this is about to discuss id we should be reducing from 20 down to 19 (or 18 in fact) the max number of digits allowed for all xmldb numerical types (integer, number, float).
Ciao
- Discovered while testing
-
MDL-32113 question_numerical_units->multiplier uses length,decimals (40,20) which the XMLDB editor cannot cope with
-
- Closed
-