Hi I've seen a post or two about this warning, and was wondering if there is any update to the recommended ways to deal with it.
Specifically - I'm using Python 2.7, SQLAlchemy 0.6.3, Postgres 8.1.18 and using 'autoload' to reflect the underlying table. I'm hitting this warning for the geometric types 'point' and 'box', and according to the online Postgres documentation (http://www.postgresql.org/docs/8.1/static/ datatype-geometric.html) these types are standard/builtin types. Thanks for any help Jon -- 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.
