in reply to Re^9: method chaining fails where separate method calls succeed in DBIx::Simple (lifecycle)
in thread method chaining fails where separate method calls succeed in DBIx::Simple

Thanks for the explanation. That is about what I expected, actually even better.

The trick for wrappers like metaperl's Local::DBIx::Simple could be to somehow keep a reference around and do some of their own lifecycle management.

Exactly.

- tye        

  • Comment on Re^10: method chaining fails where separate method calls succeed in DBIx::Simple (lifecycle)