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
Database Driver & Version: MySQL Ver 14.14 Distrib 5.7.24, for osx10.14 (x86_64)
Description:
I had wrote the application using 5.6, migrated to 5.7. On the first releases (5.7) it works, now it has some casting problems. I'm using only UUID as ID, with $incrementing to FALSE.
Description:
I had wrote the application using 5.6, migrated to 5.7. On the first releases (5.7) it works, now it has some casting problems. I'm using only UUID as ID, with $incrementing to FALSE.
Using the following relation
the query will be translated to:
But if i change the previous relation with:
it works:
Any ideas?
The text was updated successfully, but these errors were encountered: