]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
better that it doesn't get a scalar loader callable
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Feb 2008 19:42:51 +0000 (19:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 5 Feb 2008 19:42:51 +0000 (19:42 +0000)
lib/sqlalchemy/orm/attributes.py

index 8156c441c434244d02e118abde84933223bee491..553c41859369f69f061f9b84046fe2c65c7b238f 100644 (file)
@@ -72,7 +72,7 @@ class ProxiedAttribute(InstrumentedAttribute):
     """
     
     class ProxyImpl(object):
-        accepts_scalar_loader = True
+        accepts_scalar_loader = False
         
         def __init__(self, key):
             self.key = key