[Dbix-class] MSSQL connection error - DBIx::Class 0.08113
Peter Rabbitson
rabbit+dbic at rabbit.us
Sun Nov 15 11:21:57 GMT 2009
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.
More information about the DBIx-Class
mailing list