Hi all,

I wonder if it is possible to reflect tables in a Postgres/PostGIS
database with geoalchemy 0.1. The geoalchemy documentation only
mentions delarative model definitions and my attempt to simply import *
from geoalchemy and then reflect on the tables resulted in a warning
when sqlalchemy came across the geometry colunm:

/usr/lib/python2.6/site-packages/sqlalchemy/engine/base.py:1265:
SAWarning: Did not recognize type 'geometry' of column 'coords'

I had a look at the geoalchemy sources to see if I have to register
geoalchemy with sqlalchemy to make it aware of the new column types but
I could not find anything.

Thank you,
Christoph



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to