1.1 regression due to TypeDecorator copy() from Column.copy(), interferes with mutable #3950
Labels
blocker
issue that must be resolved asap as it is preventing things from working
bug
Something isn't working
sqlalchemy.ext
extension modules, most of which are ORM related
Milestone
Migrated issue, originally created by Michael Bayer (@zzzeek)
this is a bug that exists since sqlalchemy.ext.mutable started, however it only is apparent when the type object is copied. The copy is uncommon except in the case of SchemaEventTarget, which TypeDecorator becomes in 1.1.
The text was updated successfully, but these errors were encountered: