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
When using .like() and .or_like() on numeric, Quote got removed '%123%' became %123% and error of execution
ER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%123% OR first_nameLIKE %123% ORlast_nameLIKE %123% ORDER BYidDESC LI' at line
The text was updated successfully, but these errors were encountered:
Im using v2.1.1
When using
.like()
and.or_like()
on numeric, Quote got removed '%123%' became %123% and error of executionER_PARSE_ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%123% OR
first_nameLIKE %123% OR
last_nameLIKE %123% ORDER BY
idDESC LI' at line
The text was updated successfully, but these errors were encountered: