-
Notifications
You must be signed in to change notification settings - Fork 376
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
unknown property types #305
Comments
User defined types would be nice to have. |
I'd be pretty happy, as a simple starting point, to be able to pass type names as strings and shuffle untranslated data to and from the database. You know, like the underlying database libraries do. |
Have a look at the doco in the wiki, install ORM from master, and see if it works for you as expected. |
My model has a column of type "geography(Point)" (from the PostGis extension for postgresql).
However when I try to define:
I get:
How do I make orm work with types it doesn't know about? (I intend on writing the relevant
where
clauses by hand).The text was updated successfully, but these errors were encountered: