PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » MDB2_Driver_sqlite » Bug #5779

_convertEmptyArrayValuesToNull to _fixResultArrayValues

Details

Submitted2005-10-25 13:54 UTC
Fromc dot menssen at web dot de
Assignedlsmith
StatusClosed
PackageMDB2_Driver_sqlite
PHP Version4.3.11
OSWin32
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