[sqlalchemy] Re: [Postgres/SA 0.3.X] Support for arrays?

2008-01-02 Thread Andreas Jung
--On 2. Januar 2008 11:11:20 -0500 Michael Bayer <[EMAIL PROTECTED]> wrote: On Jan 2, 2008, at 2:56 AM, Andreas Jung wrote: I have a PG table containing a row tools varchar(256)[][] that stores a list of tuples ('HI1234', 'somestring'). Setting the tools property on Python level leads

[sqlalchemy] Re: [Postgres/SA 0.3.X] Support for arrays?

2008-01-02 Thread Michael Bayer
On Jan 2, 2008, at 2:56 AM, Andreas Jung wrote: > I have a PG table containing a row > > tools varchar(256)[][] > > that stores a list of tuples ('HI1234', 'somestring'). > > Setting the tools property on Python level leads to bad SQL code: > > ProgrammingError) Fehler »syntax error« bei »,« at