i think we can just comment out that assertion, actually.
On Mar 27, 2006, at 5:45 AM, Michael Carter wrote:
Hello,
I was just trying to save a list in a pickle column, but it fails.
The problem is here I think:
rev 1222, attributes.py: line 91 and 92
class PropHistory(object):
.....
if isinstance(value, list):
raise InvalidRequestError("assigning a list to scalar
property '%s' on '%s' instance %d" % (self.key,
self.obj.__class__.__name__, id(self.obj)))
I assume this isn't the desired behavior. Perhaps there should be
some kind of additional check before the error is raised?
-Michael
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users