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