Home » Database » MDB2_Driver_sqlite » Bug #5779
_convertEmptyArrayValuesToNull to _fixResultArrayValues
Details
| Submitted | 2005-10-25 13:54 UTC |
|---|---|
| From | c dot menssen at web dot de |
| Assigned | lsmith |
| Status | Closed |
| Package | MDB2_Driver_sqlite |
| PHP Version | 4.3.11 |
| OS | Win32 |
| Roadmaps | (Not assigned) |
Comments
[2005-10-25 13:54 UTC] c dot menssen at web dot de
Description:
------------
Hi!
At sqlite.php on line 655, "$this->db->_convertEmptyArrayValuesToNull($row);" should be replaced by "$this->db->_fixResultArrayValues($row, MDB2_PORTABILITY_EMPTY_TO_NULL);"
Regards,
Chris