moodle/lib/xmldb
David Mudrák 521252d642 MDL-32113 xmldb: Support numeric fields with precision up to 38 digits
The patch increases the maximum supported precision (total number of
digits) for numeric (decimal) fields to 38 digits (current limit on
Oracle and MSSQL).

Additionally, we add our own limit for the whole number part of numeric
fields so they are no longer than integer fields (20 digits). This is to
make it easier to eventually convert from one field type to another.
Note that PHP floats commonly support precision of roughly 15 digits
anyway.
2017-12-21 19:48:03 +01:00
..
xmldb.dtd
xmldb.xsd
xmldb_constants.php
xmldb_field.php MDL-32113 xmldb: Support numeric fields with precision up to 38 digits 2017-12-21 19:48:03 +01:00
xmldb_file.php
xmldb_index.php
xmldb_key.php
xmldb_object.php
xmldb_structure.php
xmldb_table.php