edelooff / sqlalchemy-json

Full-featured JSON type with mutation tracking for SQLAlchemy
http://variable-scope.com/posts/mutation-tracking-in-nested-json-structures-using-sqlalchemy
BSD 2-Clause "Simplified" License
189 stars 34 forks source link

Support pickling when Mutable._parents exists #37

Closed anler closed 2 years ago

anler commented 2 years ago

Hello,

This is a quick fix for #36 in case you find it useful. It just follows the guidelines in Supporting Pickling docs

Thanks!

edelooff commented 2 years ago

Thanks for the explanation and fix!