[Dbix-class] Transaction depth problem
Dave Cardwell
list+dbix-class at davecardwell.co.uk
Sun Aug 12 17:53:40 GMT 2007
On 03/08/07, Brandon Black <blblack at gmail.com> wrote:
> You might want to try trunk, there have been some txn-related fixes
> there since the last official release.
Hello, Brandon.
I tried the test attached to my original message with the latest
version of DBIx::Class (0.08005), and then with trunk, and the result
was the same with both:
Depth before txn_do: 0 at test.pl line 22
Depth before create: 2 at trunk/lib/DBIx/Class/Storage/DBI.pm line 612
Depth after create: 2 at trunk/lib/DBIx/Class/Storage/DBI.pm line 612
Depth after txn_do: 1 at test.pl line 43
Any ideas?
--
Best wishes,
Dave Cardwell.
More information about the DBIx-Class
mailing list