Skip Menu |

This queue is for tickets about the DBM-Deep CPAN distribution.

Report information
The Basics
Id: 30083
Status: resolved
Priority: 0/
Queue: DBM-Deep

People
Owner: Nobody in particular
Requestors: stevensamelson [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Transactions on multi-level hashes fail
Date: Wed, 17 Oct 2007 23:15:37 -0700 (PDT)
To: bug-DBM-Deep [...] rt.cpan.org
From: Steven Samelson <stevensamelson [...] yahoo.com>
DBM::Deep version 1.0006 Perl version: v5.8.8 built for MSWin32-x86-multi-thread OS version: Windows XP and Windows 2003 Server Bug Description: Using transactions on a database that contains multi-level hashes results in errors and very large, corrupt database. Single level hashes work however. Hence, using transactions on this doesn't work: # Multi-level hash $db->{xxx}->{key}; But this does: $db->{key}; # Single level hash Thanks for looking into this, Steven Show quoted text
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
I believe this was fixed in 1.0008. Is there any chance you could confirm that for me? On Thu Oct 18 03:35:47 2007, stevensamelson@yahoo.com wrote: Show quoted text
> DBM::Deep version 1.0006 > Perl version: v5.8.8 built for MSWin32-x86-multi-thread > OS version: Windows XP and Windows 2003 Server > > Bug Description: > > Using transactions on a database that contains multi-level hashes > results in errors and very large, corrupt database. Single level > hashes work however. Hence, using transactions on this doesn't work: > > # Multi-level hash > $db->{xxx}->{key}; > > But this does: > $db->{key}; # Single level hash > > Thanks for looking into this, > > Steven > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com