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)
commit958430ce05b1d7aee3f26de1ef198e6fb343dad8
treea42629ffc116f40775479564b11d9a6faebaa9c9
parent9bbd082cc2fb515fd5135c44ceb7b173b13ec69b
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