Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.3
-
Fix Version/s: 2.3.3
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
Column type json_array can be set to nullable, but if there's null in the database, it is returned as an empty array to PHP.
Null should be returned instead, as that's how the other types behave too.
This was fixed in 2.3.3