]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "mutable" flag on PickleType, postgresql.ARRAY is now off
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 17:16:39 +0000 (12:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Nov 2010 17:16:39 +0000 (12:16 -0500)
commitd14d171772c343203bbceee3d40ca09427b8b869
treeaf4b29cc785b31441c907ed68122c7cf513588fe
parent23b082f5b1c30ee1cb14c4c7c821d099ddd1a19c
- the "mutable" flag on PickleType, postgresql.ARRAY is now off
by default.  [ticket:1980]
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/types.py
test/dialect/test_postgresql.py
test/orm/test_unitofwork.py