Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2-BETA1
-
Component/s: Schema Managers
-
Labels:None
-
Environment:PHP 5.3.8
PostgreSQL 9.1
Description
BlobType should implement getBindingType() and return PDO::PARAM_LOB
Currently (2.2-BETA1) DBAL uses PDO::PARAM_STR and thus stores the data incorrectly.
Working patch is attached.
Fixed