]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- sync checks destination column for primary key status, will not set it to None...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Oct 2006 16:38:21 +0000 (16:38 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Oct 2006 16:38:21 +0000 (16:38 +0000)
commit34007aa83b5d24948be1e3d9272825aa458d2c9d
tree0e32a0e0367df933e82e4d55aabe96ee08302b0d
parent5193dadc83a764ebc5e83ba379661be0308bf7c4
- sync checks destination column for primary key status, will not set it to None in that case
- dependency non-passively loads child items for many-to-one post update check
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/sync.py