[sqlalchemy] Re: Set-returning functions

2010-08-18 Thread bekozi
Thanks! Will try to get this working. I am using GeoAlchemy quite extensively but these more obscure functions and types are not supported... On Aug 16, 9:14 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Aug 16, 2010, at 11:21 AM, bekozi wrote: Is it possible to work with set

[sqlalchemy] Set-returning functions

2010-08-16 Thread bekozi
Is it possible to work with set-returning functions in SQLAlchemy without using raw SQL? For example, the PostgreSQL/PostGIS function ST_Dump (http://bit.ly/culek7) returns a “geometry_dump set. Using ST_Dump in raw SQL goes something like: SELECT