[sqlalchemy] Need help using PostGIS + GeoAlchemy

2012-08-09 Thread Vlad K.
Hello, I'm trying to use PostGIS with GeoAlchemy, being totally new to both. According to available documentation and what I need (A point representing longitude and latitude of row), I have class PointOfInterest(Base): __tablename__ = ... ... geom =

[sqlalchemy] Postgres migration issue

2012-08-09 Thread Warwick Prince
Hi I usually use MySQL to develop on, however I need to work with Postgres for the first time today so I fired it up. I have a routine which converts a non-SQL database into the database of choice, converting its schema into a new table in the target database using SQA, and then copies all

[sqlalchemy] Re: Postgres migration issue

2012-08-09 Thread Warwick Prince
Hi I usually use MySQL to develop on, however I need to work with Postgres for the first time today so I fired it up. I have a routine which converts a non-SQL database into the database of choice, converting its schema into a new table in the target database using SQA, and then copies

Re: [sqlalchemy] Postgres migration issue

2012-08-09 Thread David Moore
- Original Message - Hi I usually use MySQL to develop on, however I need to work with Postgres for the first time today so I fired it up. I have a routine which converts a non-SQL database into the database of choice, converting its schema into a new table in the target database