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)
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!


No differences found