Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0.0-b6
-
Component/s: None
-
Labels:None
Description
The `inherit` field set for `settings` must be an integer, but in some cases, e.g., Settings::setSetting, it could be set to a boolean value. When the SQL server's sql_mode is set to STRICT_TRANS_TABLES, the record will be rejected for not matching the expected type.