]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which prevented "mutable primary key" dependency
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2009 01:07:36 +0000 (01:07 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 May 2009 01:07:36 +0000 (01:07 +0000)
commitd8c9dcc0ad108d7f85cfa41181e5a959783fdd65
tree92fad66c0b02d99f8f3a4f5463d213bb84a46f7e
parent01cdbd073469240065dc0f5c224eaf90f4e113ac
- Fixed bug which prevented "mutable primary key" dependency
logic from functioning properly on a one-to-one
relation().  [ticket:1406]
- moved MySQL to use innodb for naturalpks tests
CHANGES
lib/sqlalchemy/orm/dependency.py
test/orm/naturalpks.py
test/orm/onetoone.py