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

Fix error when setting JSON value to be `None` #11

Closed idavidmcdonald closed 6 years ago

idavidmcdonald commented 6 years ago

Previously this would raise an attribute error as None does not have the coerce attribute.