gshank / dbix-class-resultset-recursiveupdate

DBIx::Class::ResultSet::RecursiveUpdate
4 stars 9 forks source link

Does not work with correlated columns #12

Open moltar opened 9 years ago

moltar commented 9 years ago

I have a correlated column, which appears in {_column_data}, and I am assuming the module does not check for whether the column is a real column defined in ResultSource, or if it is a correlated column. It tries to update it regardless, and results in an error "column does not exist".

abraxxa commented 3 years ago

What is a correlated column?

moltar commented 3 years ago

https://metacpan.org/pod/DBIx::Class::Helper::ResultSet::CorrelateRelationship

abraxxa commented 3 years ago

What do you expect to happen in this case? See https://metacpan.org/pod/DBIx::Class::ResultSet::RecursiveUpdate#Additional-data-in-the-updates-hashref.