CollectionScalarAttributeImpl

Issue #1773 resolved
Mike Bayer repo owner created an issue

this would implement CollectionAttributeImpl for a scalar column based attribute in conjunction with column_property(), usually working with PickleType or some other user-defined serializing type (i.e. URLEncoded, etc.). The append/remove events would simply set the modified flag. This would remove the need for using MutableScalarAttributeImpl with serialized collections.

docs should be added discussing the really bad overhead of mutable types, include examples with PickleType as well as a URLEncoded type.

Comments (2)

  1. Log in to comment