-
Committer:
timour at askmonty
-
Date:
2011-11-29 21:06:39 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3323.
-
Revision ID:
timour@askmonty.org-20111129210639-bjcn2pfocub6uwba
Fixed bug lp:825051
The cause of the wrong result was that Item_ref_null_helper::get_date()
didn't use a method of the *_result() family, and fetched the data
for the field from the current row instead of result_field. Changed to
use the correct *_result() method, like to all other similar methods
of Item_ref_null_helper.