At file:///home/tsk/mprog/src/5.3/
------------------------------------------------------------
revno: 3322
revision-id: timour@xxxxxxxxxxxx-20111129210639-bjcn2pfocub6uwba
parent: holyfoot@xxxxxxxxxxxx-20111129112752-6cy8wy7h5q58l6je
fixes bug(s): https://launchpad.net/bugs/825051
committer: timour@xxxxxxxxxxxx
branch nick: 5.3
timestamp: Tue 2011-11-29 23:06:39 +0200
message:
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.