Subject: | db_pget on secondary db returns a unpacked recno |
Hello,
I created a secondary db which is of type Hash and associated it with a
primary Recno db. <code> $sec->db_pget($sk, $pk, $pv) </code> returns
$pv successfully, while $pk is a unpacked recno, it should be an SV
within 32-bit interger recno. By <code> unpack("L", $pk) </code>, I got
more reasonable primary key.
Passing unpacked $pk to primary database has no problem, while it prints
warning message for $^W.
---
BR / Dongxu