You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually SelectQuery handles JOIN clause as where clause.
Would be great to support real JOIN clause (LEFT, INNER, FULL ...).
To solve this problem, we have overriden SelectQuery.toString() (this is
ugly ...)
Original issue reported on code.google.com by benoit.g...@gmail.com on 15 Jun 2009 at 3:04