When actually obtaining the record with $rs->record(), specify the
authorMike Taylor <mike@indexdata.com>
Thu, 26 Oct 2006 17:17:27 +0000 (17:17 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 26 Oct 2006 17:17:27 +0000 (17:17 +0000)
commit6771d929066b9b15322ac8edb70b560545dbc65f
treef4066f6741b044970a68a3fea40b80a7b3de7f32
parentff668c3090e6f5735b55520459ccad79c6c6b4db
When actually obtaining the record with $rs->record(), specify the
same syntax that specified when the record was requested with
$rs->records($index0, 1, 0).  This avoids a silly bug where, having
asynchronously fetched the record in the required syntax, we then
ignored that and synchronously fetched it in the prevailing syntax.
D'oh!
lib/ZOOM/IRSpy/Test/Record/Fetch.pm