> its likely since psycopg2 is a pretty complete implementation. that's not to
> say there arent advantages to having them on your table metadata, though.
> what are you observing ?
When using inspect.get_columns(table_name), I receive this dict for a
column with type point.
{'default': None, 'autoincrement': False, 'type': NullType(), 'name':
u'location', 'nullable': True}
I was hoping to have PointType instead of NullType :-)
-Sw.
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.