Row does not contain primary id column data
- TomasHalasz
- Bronze Partner | 79
Has anyone progress with solution of this issue?
https://github.com/…e/issues/230
I have exactly the same problem in my app…
My workarround is to select all columns like this:
$details =
$race->related(“A_race_detail”)->select(“A_race_detail.*”)->where(“active”,1);
But this is nothing pretty and wanted in production application :-(
Tom