Alan Humphrey wrote: >> Can you send us what happens prior to the error so we can reproduce it? >> Best >> would be if we can see all operations since $schema was instantiated >> (if >> not many) >> > > I'm not sure what you're looking for so here's a complete program and the > output with DBIC_TRACE=1. >
This is sadly a regression that was missed due to insufficient testing. A new release should hit CPAN by Monday/Tuesday. In the meantime a simple temporary workaround is to do $schema->storage->ensure_connected before performing any other operations on the given schema. _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
