Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 113339
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: OSCHWALD [...] cpan.org
Cc:
AdminCc:

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



Subject: execute_reliably should not stringify original exception
Currently DBIx::Class::Storage::DBI::Replicated::execute_reliably catches the original exception and then stringifies it. If the original exception was an object, any information in that object that is not part of the stringification is lost. https://github.com/dbsrgits/dbix-class/blob/5a8d5308a40f3958a17335fdc35afddce7d4ae31/lib/DBIx/Class/Storage/DBI/Replicated.pm#L707 Greg
Indeed. The entire sub got overengineered as described in the commit msg. Fixed by https://github.com/dbsrgits/dbix-class/commit/67cbc0a8 Thanks for the report!
The fix is now properly in the CPAN index. Sorry it took so long :/
Great! Thank you!
Great! Thank you!