You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
dakkar
added a commit
to dakkar/DBIx-Class-Helpers
that referenced
this issue
Feb 27, 2020
having helpers inherit from Row, ResultSet &c causes problems when
loading multiple components: some base classes appear before
components in C3 resolution, and component methods get skipped
See for example issue frioux#91
dakkar
added a commit
to dakkar/DBIx-Class-Helpers
that referenced
this issue
Feb 27, 2020
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:The text was updated successfully, but these errors were encountered: