]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Feb 2006 17:01:56 +0000 (17:01 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 24 Feb 2006 17:01:56 +0000 (17:01 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 685ecb4cd3b06fe7cb775f34611d97a9928b8265..0399f0015c2fd80f3e1960cb54417b8256556c8c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+0.1.3
+- mapper.get() was not selecting multiple-keyed objects if the mapper's table was a join,
+such as in an inheritance relationship, this is fixed.
 0.1.2
 - fixed a recursive call in schema that was somehow running 994 times then returning
 normally.  broke nothing, slowed down everything.  thanks to jpellerin for finding this.