]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added an attribute helper method ``set_committed_value`` in
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Feb 2009 20:43:14 +0000 (20:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Feb 2009 20:43:14 +0000 (20:43 +0000)
commit2cee9cb24378920c08e20a922bc22f0ab28c74f0
tree840d677005ee173fe8c7cdd2b0b08a47735c65e4
parent1de90125739067b1a97208af020ee2fcded07db0
- Added an attribute helper method ``set_committed_value`` in
sqlalchemy.orm.attributes.  Given an object, attribute name,
and value, will set the value on the object as part of its
"committed" state, i.e. state that is understood to have
been loaded from the database.   Helps with the creation of
homegrown collection loaders and such.
- documented public attributes helper functions.
CHANGES
doc/build/mappers.rst
doc/build/reference/orm/mapping.rst
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/unitofwork.py