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)))
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to