Hi,

I had a problem with SqlSoup and a table containing a column named
'query' (name clash with a built-in property in SqlSoup).

This problem is fixed in trunk, but...

I'm using a PostgreSQL 8.1 legacy database. SqlSoup is searching for
pg_catalog.pg_enum, which exists only in 8.3 or newer, so sqlalchemy
throws ProgrammingError.

I patched my pg dialect class to check for database version >= 8.3
before trying to use enums. Should I submit it?

Thanks in advance,
--
Paulo

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.


Reply via email to