Changes: - use polymorphic constructor in CRUDView's insert method
0.8.5
Fixes: - fix stop iteration in apply_changes when encountering computed properties or hybrids without a setter - fix issue in apply_changes that was overriding auto-incremented primary key columns
0.8.4
Changes: - coerce value for array columns using explicit SQL cast
0.8.3
Bugfixes: - fix bug in polymorphic constructor
Changes: - polymorphism: use base class constructor when no discriminator provided