[sqlalchemy] Re: sqlalchemy 0.7.1 pgarray

2011-07-06 Thread ddarko
psycopg2 2.4.1 python 3.2.0 -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalchemy@googlegroups.com. To unsubscribe from this group, send email to sqlalchemy+unsubscr...@googlegroups.com. For more options,

[sqlalchemy] Re: sqlalchemy 0.7.1 pgarray

2011-07-06 Thread ddarko
THX On Jul 6, 4:09 pm, Michael Bayer mike...@zzzcomputing.com wrote: On Jul 6, 2011, at 10:03 AM, ddarko wrote: t = Session.query(Tests).get(1) print(t.array) t.array.append(1) Session.commit() t.array - is an int. array in postgresql This simple construction does not change the