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 have the following error when issuing a regexp match operation in pg connection:
model.where("? ~* #{field}", value.text).order(code: :desc).to_sql
# => "SELECT \"purchases\".* FROM \"purchases\" WHERE ('c2b32596-c0cc-4157-b007-1c3dbcf5f4be' ~* source_guid) ORDER BY \"purchases\".\"code\" DESC"
I have the following error when issuing a regexp match operation in pg connection:
the error text:
The text was updated successfully, but these errors were encountered: