[sqlalchemy] Re: Custom collection: nested dicts

2016-02-24 Thread Sergey Mozgovoy
Thanks Mike, I'll contact the sqlalchemy-utils folks. Sergey -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubscribe from this group and stop receiving emails from it, send an email to sqlalchemy+unsubscr...@googlegroups.com. To

[sqlalchemy] Custom collection: nested dicts

2016-02-23 Thread Sergey Mozgovoy
Recently I ran into two cases that required some custom collection behavior, and it turned out that what I needed did not exist in SQLAlchemy, so I ended up implementing custom collection classes: 1) Nested mapped collections