Hi! Help me, please, with example of inner and outer relations in findAll query. Is it possible to do without manual BySQL()? I want to do following select:
select * from payment_order o join client c on o.client_id = c.id where c.type = 'xxx' => PaymentOrder.findAll(.......) I had a lot of googling and didn't found anything... -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
