Marcin Wisniowski
05/14/2018, 5:51 PMUser.find { Users.city.name eq "London" }
This doesn't work, because I cannot access properties of the city
reference this way, what's the correct way? This could be normally solved with a join, but I can't find anything on joins with the DAO API. I'm struggling to find a way that doesn't involve loading all the users from the database just to filter them in application code.tapac
05/15/2018, 1:29 PMMarcin Wisniowski
05/15/2018, 3:30 PM