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.
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.