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

implement setdefault for TrackedDict #20

Closed brianmaissy closed 5 years ago

brianmaissy commented 5 years ago

Fixes #19

edelooff commented 5 years ago

Thanks again for the report and the fix.

brianmaissy commented 5 years ago

Happy to help :)