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
There is code in OCIExpressionBuilder that could be copied. Might also be necessary for mysql strict mode. Quite dangerous so let's experiment after stable19
How to use GitHub
Steps to reproduce
a.x = b.y
where a.x is an int and b.y is a varcharExpected behaviour
Using an explicit type for
\OCP\DB\QueryBuilder\IExpressionBuilder::eq
I might expect the expressions to be type cased so the comparison works.Actual behaviour
This blows up on postgres (at least, possibly also on strict mysql).
Ref nextcloud/mail#2970
Ref nextcloud/mail#2796
cc @nickvergessen
The text was updated successfully, but these errors were encountered: