Fixed an issue where column case was forced to lowercase.
When using a PDOConnection and the Portability wrapper, the default value \PDO::CASE_NATURAL int(0) and PHP constant CASE_LOWER int(0) got mixed up.
Showing
Please register or sign in to comment