Re: [Dbix-class] order_by interfering with has_many fetch

2018-01-28 Thread Peter Rabbitson
On 01/28/2018 09:51 PM, Darin McBride wrote: tl;dr version: we got past it, but I'm not sure if there is a DBIC metadata problem or not, and the whole project is moot now. Right. Re-reading your earlier debug info, I am now almost certain that this is where things went off the rails:

Re: [Dbix-class] order_by interfering with has_many fetch

2018-01-28 Thread Darin McBride
On Sunday, January 28, 2018 8:36:36 AM MST Peter Rabbitson wrote: > On 11/16/2015 09:18 PM, Darin McBride wrote: > > On Monday November 16 2015 7:20:17 PM Peter Rabbitson wrote: > >> What does this say then: > >> > >> Dwarn { $planet_rs->result_source->unique_constraints } > >> > >> Something

Re: [Dbix-class] order_by interfering with has_many fetch

2018-01-28 Thread Peter Rabbitson
On 11/16/2015 09:18 PM, Darin McBride wrote: On Monday November 16 2015 7:20:17 PM Peter Rabbitson wrote: What does this say then: Dwarn { $planet_rs->result_source->unique_constraints } Something screwy is going on with the metadata layer... { primary => [ "id" ] } This makes