On Jan 20, 2008, at 12:42 PM, Mando wrote:
>
> No, the problem appears also with SQLAlchemy-0.3.11 and
> SQLAlchemy-0.4.2p3.
>
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-
> packages/SQLAlchemy-0.4.2p3-py2.5.egg/sqlalchemy/databases/
> postgres.py:
> 509: RuntimeWarning: Did not recognize type 'geometry' of column
> 'the_geom'
> warnings.warn(RuntimeWarning("Did not recognize type '%s' of column
> '%s'" % (attype, name)))
>
>
> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-
> packages/SQLAlchemy-0.3.11-py2.5.egg/sqlalchemy/databases/postgres.py:
> 457: RuntimeWarning: Did not recognize type 'geometry' of column
> 'the_geom'
> warnings.warn(RuntimeWarning("Did not recognize type '%s' of column
> '%s'" % (attype, name)))
its only a warning, that theres no "Geometry" type available in SA.
but your program is safe to continue, assuming you havent changed the
warnings filter to raise exceptions.
info on the warnings filter:
http://www.python.org/doc/2.4.2/lib/warning-filter.html
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---