`like`/`ilike` operator only works with varchar/text type columns in postgres · Issue #16722 · frappe/frappe · GitHub
More Web Proxy on the site http://driver.im/
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
like operator works fine with different datatypes in mariadb but in postgres it's restrictive (probably since it doesn't do implicit type casts - and it also makes sense :P)