-
- Downloads
Fix: Bad SQL request: When using a left join on a table X, we must not use a...
Fix: Bad SQL request: When using a left join on a table X, we must not use a condition on X on the where. If we do this, result will be same than using an exact join with mysql and will return an error with other databases.
Please register or sign in to comment