]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added always_refresh flag. when the mapper loads rows, it will pull objects from...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Mar 2006 23:51:13 +0000 (23:51 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 26 Mar 2006 23:51:13 +0000 (23:51 +0000)
commitc4e00af9e47bf28cdc9ab9af85514e76c3063a67
treead694b34f2e0bdf0e5a45042afd63ac1534a1cc2
parentcb3be7803bd2d8071ead35d5f053c90f706a678b
added always_refresh flag.  when the mapper loads rows, it will pull objects from the identity map normally, but always blows away their attributes and replaces with those from the database, including changes
lib/sqlalchemy/mapping/mapper.py