[sqlalchemy] Re: problem with SHOW command

2008-07-07 Thread Glauco
Manlio Perillo ha scritto: Hi. I'm having strange problems when I execute a SHOW command with PostgreSQL. from sqlalchemy import create_engine, sql, __version__ print __version__ URL = 'postgres://xxx:[EMAIL PROTECTED]/xxx' db = create_engine(URL, echo=True) conn = db.connect() query

[sqlalchemy] Re: problem with SHOW command

2008-07-07 Thread Manlio Perillo
Glauco ha scritto: Manlio Perillo ha scritto: Hi. I'm having strange problems when I execute a SHOW command with PostgreSQL. from sqlalchemy import create_engine, sql, __version__ print __version__ URL = 'postgres://xxx:[EMAIL PROTECTED]/xxx' db = create_engine(URL, echo=True) conn =