silverstripe-framework/tests/php/ORM/DatabaseTest
Sam Minnee 0111b98b18 FIX: Ensure that types are preserved fetching from database
This ensures that numeric fields appear in PHP as int/float values
rather than strings, which allows the development of more type-safe PHP
code.

This doesn’t work on the legacy mysql driver and this will now throw
a notice-level error. It requires mysqlnd.
2018-11-09 10:31:19 +13:00
..
MyObject.php FIX: Ensure that types are preserved fetching from database 2018-11-09 10:31:19 +13:00