Re: [sqlalchemy] Re: Postgres Composite Columns

2017-09-18 Thread Tolstov Sergey
> > Thanks for answer. I don't think so. pg_composite haven't updates 1-3 > years. I already use another table for store data, that's more comfortable and > cross-pratform понедельник, 18 сентября 2017 г., 17:12:13 UTC+3 пользователь Mike Bayer написал: > > On Mon, Sep 18, 2017 at 2:30 AM,

Re: [sqlalchemy] Re: Postgres Composite Columns

2017-09-18 Thread Mike Bayer
On Mon, Sep 18, 2017 at 2:30 AM, Tolstov Sergey wrote: >> Hi, i have some issue. I tried to replace namedtuple to dict and list >> items (with adding hast function to them). But SQLAlchemy types returns list >> ordereddict, when i change items, session didn't see changes.

[sqlalchemy] Re: Postgres Composite Columns

2017-09-18 Thread Tolstov Sergey
> > Hi, i have some issue. I tried to replace namedtuple to dict and list > items (with adding hast function to them). But SQLAlchemy types returns > list ordereddict, when i change items, session didn't see changes. Do you > found solution? > def make_hash(o): if