-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Cannot find corresponding type for inet" #121
Comments
Note: in the meantime I was able to get it working by removing EDIT... wait, nevermind, this doesn't work, I was just on the wrong branch. Disregard! EDIT no. 2: managed to 'fix' it with the following hack: opened up my local copy of the
This is obviously not a long-term solution: use at your own peril. |
I'll tweak inferrer so that it doesn't raise and instead schema will allow you to define missing attributes and if some attributes are still missing during schema finalization, then it will raise. |
If you bundle update then you'll be able to do something like this: schema(infer: true) do
attribute :ip, Types::String
end Assuming |
Thanks! |
I'm using the bleeding edge version of rom-sql to get access to some new features, and this required pulling in the bleeding edge versions of some other rom gems to make the dependencies resolve:
But now when I try to start my server I get an error:
I have some
inet
columns in my PostgreSQL DB; looks like the new version ofrom-sql
doesn't know how to handle them (although it was working before).(I'm using version 0.19.0 of the
pg
gem.)The text was updated successfully, but these errors were encountered: