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
I tried RC version of 5.0 and so far so good except for one thing in MySQL. It's connected to this comment. That bug was fixed, difference is in IColletion::OR operator. The reason remains the same, two columns with the same name from different tables in HAVING clause. This works in 4.0
Describe the bug
I tried RC version of 5.0 and so far so good except for one thing in MySQL. It's connected to this comment. That bug was fixed, difference is in
IColletion::OR
operator. The reason remains the same, two columns with the same name from different tables in HAVING clause. This works in 4.0To Reproduce
MySQL: Unknown column 'author.name' in 'having clause'
Versions
The text was updated successfully, but these errors were encountered: