]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add tests for ARRAY propagate events re. MutableList
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Dec 2017 21:40:20 +0000 (16:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Dec 2017 22:42:04 +0000 (17:42 -0500)
commit0be865d7bda108d501479dc4d62f42adba2a6b0e
tree9460dcd7851d1133d0cc93dc3748474768451dbf
parent3314e84f26e883610b32c11998cd2ccfbea5de32
Add tests for ARRAY propagate events re. MutableList

Issue #4141 appears in version 1.2, however we are adding the
MutableList test for it to 1.1 as well.  The metadata test
does not apply as in 1.1 ARRAY is not a SchemaEventTarget.

Change-Id: If8c57615860883837f6cf72661e46180a77778c1
(cherry picked from commit 14bb6eae364f41b6acbce782ebf5f984b9364af9)
test/ext/test_mutable.py