]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added "mutable" flag to PickleType, set to False to allow old (faster) behavior
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 21:02:33 +0000 (21:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Sep 2006 21:02:33 +0000 (21:02 +0000)
commit3e871d2755506f83fd314172df46909f7c58b462
tree62cd1f3e0b4f73f9d4dc29008a128e3aee116291
parent7d74fc7785832ebd3bf39c9e42465e2d22b0c9e2
- added "mutable" flag to PickleType, set to False to allow old (faster) behavior
- fix attribute unit test
- attributes have explicit flag for "mutable_scalars", propigated by ColumnProperty
lib/sqlalchemy/attributes.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/types.py
test/base/attributes.py