0.5.4 we hardly knew ye. A small glitch was introduced in 0.5.4 which broke the merge() feature, and incredibly we had no test coverage for the usage of merge() where some of the attributes on a newly minted object were left blank. This is a pretty strong blocker for anyone that uses merge() non-trivially so we've released a repair release. Both of those issues have been fixed.
Download SQLAlchemy 0.5.4p1 at: http://www.sqlalchemy.org/download.html 0.5.4p1 ======= - orm - Fixed an attribute error introduced in 0.5.4 which would occur when merge() was used with an incomplete object. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
