Open KES777 opened 6 years ago
Can you write a test that I can just run? You should be able to see if a $row has a compenent loaded by checking $row->isa('DBIx::Class::Helper::SelfResultSet')
, for example.
@KES777 this is a known-ish issue within DBIC-land. I really hope I will be able to get a trial release of DBIC addressing this soon for you to try, but it's been setback after setback lately :( Stay tuned!
When I load components at this order:
The DateTime fields are not deflated:
At point: https://metacpan.org/source/RIBASUSHI/DBIx-Class-0.082841/lib/DBIx/Class/Row.pm#L407
the $self object is:
In compare when
Helper::Row::SelfResultSet
is last loaded component: