]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- basic inheritance behavior
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Apr 2010 21:03:12 +0000 (17:03 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 3 Apr 2010 21:03:12 +0000 (17:03 -0400)
commit67caec4e17987e0f62aa9bacacdec030e03d9f88
tree3442bbf71363437b226c5983c6d8d74911caeb63
parent367bc4a9e53889afde6966ba210ccfe11dbe57c3
- basic inheritance behavior
- we do need dependencies between an object and its dep when the other object
has no save or delete pending. the other object
like before isn't needed, but right now we make the dependency just 'None',
and it gets thrown away.
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/unitofwork.py