Ron wrote:
> Now I'm having trouble with updating values in AttributeDict:
> 
> so
> 
> obj.attrs['key'] = 'somevalue'   (works)
> obj.attrs['key'] = 'newvalue'    (second one doesn't work)
> 
> I get this error:
> 
>   File "/usr/local/lib/python2.4/site-packages/SQLAlchemy-0.3.8-
> py2.4.egg/sqlalchemy/orm/mapper.py", line 679, in init
>     raise e
> TypeError: <lambda>() takes exactly 2 arguments (3 given)
> 
> Any more ideas?
> 
> -Ron

Fixed in 2739.  (a silly typo)

-jek


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to