Hi
I use a reflected table with an overriden column:
summits_table = Table('sommets_out',
MetaData(config['pylons.g'].sa_search_engine),
Column('geom', Geometry),
autoload=True)
and I get RuntimeWarning when accessing the table:
/home/elemoine/virtual-python/lib/python2.4/site-packages/SQLAlchemy-0.4.0beta6-py2.4.egg/sqlalchemy/databases/postgres.py:446:
RuntimeWarning: Did not recognize type 'geometry' of column 'geom'
Is this behavior expected?
Thanks,
--
Eric
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---