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
Has anyone managed to get typeid-sql working with rails/activerecord/postgres?
Despite hours and hours of trying, I cannot get past this error:
PG::UndefinedFunction: ERROR: operator is only a shell: character varying = typeid
LINE 1: ...rnal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT...
The text was updated successfully, but these errors were encountered:
When you provide COMMUTATOR parameter - PostgreSQL creates 2 operators for = - (typeid, varchar) and (varchar, typeid) and when on left side you have varchar value PostgreSQL try to execute function for validating typeid on right side even if you have no typeid type there
Has anyone managed to get typeid-sql working with rails/activerecord/postgres?
Despite hours and hours of trying, I cannot get past this error:
The text was updated successfully, but these errors were encountered: