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
This is the error I get: MethodError: 'convert' has no method matching convert(::Type{PostgreSQL.PostgresType{Name}}, ::Type{PostgreSQL.OID{16447}})
I ran into this problem, because I had decided earlier in my project, that an enum would be the more efficient choice. I hope adding a converter to PostgreSQL is not too difficult.
The text was updated successfully, but these errors were encountered:
This is the error I get:
MethodError: 'convert' has no method matching convert(::Type{PostgreSQL.PostgresType{Name}}, ::Type{PostgreSQL.OID{16447}})
I ran into this problem, because I had decided earlier in my project, that an enum would be the more efficient choice. I hope adding a converter to PostgreSQL is not too difficult.
The text was updated successfully, but these errors were encountered: