Re: [sqlalchemy] Re: SQLAlchemy-0.6.3-py2.6 postgresql+pg8000

2010-09-03 Thread Michael Bayer
pg8000 doesnt support the ARRAY type. On Sep 3, 2010, at 12:49 AM, ddarko wrote: thanks for the advice. for the curious: the problem is in reading few rows pgARRAY. Table company Column |Type | Modifiers phone | character varying(150)[]| not

[sqlalchemy] Re: SQLAlchemy-0.6.3-py2.6 postgresql+pg8000

2010-09-02 Thread ddarko
thanks for the advice. for the curious: the problem is in reading few rows pgARRAY. Table company Column |Type | Modifiers phone | character varying(150)[]| not null ... from pg8000 import DBAPI conn = DBAPI.connect(host=localhost, user=x,

[sqlalchemy] Re: SQLAlchemy-0.6.3-py2.6 postgresql+pg8000

2010-08-29 Thread ddarko
Full Traceback (most recent call last): File /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.6.3-py2.6- linux-x86_64.egg/sqlalchemy/orm/query.py, line 1453, in all return list(self) File /usr/local/lib/python2.6/dist-packages/SQLAlchemy-0.6.3-py2.6-