On Dec 11, 2008, at 5:50 AM, Jonathan Marshall wrote:
> Also I don't agree that the current desired behaviour is documented. > See http://www.sqlalchemy.org/docs/05/types.html#types_standard_pickletype > and > http://www.sqlalchemy.org/docs/05/sqlalchemy_types.html#docstrings_sqlalchemy.types_PickleType OK both of those files you must have found through an outdated google search and are now removed from the site. Here is the correct document: http://www.sqlalchemy.org/docs/05/reference/sqlalchemy/types.html?highlight=pickletype#sqlalchemy.PickleType however mutable + object without __eq__() is being deprecated as we speak and will raise a warning. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
