Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
This issue is created automatically through a Github pull request on behalf of Alan01252:
Url: https://github.com/doctrine/dbal/pull/288
Message:
Column cache wasn't working because the emptied flag is only set
when fetch no longer returns a row. With fetch column the code
only calls fetch once and so emptied flag never got set.
Created two test cases, one to test fetchColumn, and one to test
that the return value is false if the data doesn't get saved in the cache.