The DAL is not SQL, it has a diferent logic.
What are you trying to achieve?


2011/7/28 António Ramos <[email protected]>

> this
> db(db.requests.product==*db.products.id*==3).select()
>
> returns all field from *product* table only
>
> this
> db(db.products.id==*db.requests.product*==3).select()
>
>   returns all field from *requests* table only
>
>
> What is the logic?
>
> and if i want all record from both tables?
>
>
> thank you
> António
>
>

Reply via email to