On 10/22/07, Yannick Gingras <[EMAIL PROTECTED]> wrote: > This is > really pissing me off because I wanted to postpone the switch to > Alchemy 0.4 a bit but everyone and their dog is going to have Alchemy > 0.4 on disk now that it's stable.
I've been diverting sqlalchemy list messages to a folder so I missed the release. I've updated the introduction to "SQLAlchemy 0.4 for people in a hurry". There's still a link to the 0.3 version for those maintaining existing apps. http://wiki.pylonshq.com/pages/editpage.action?pageId=10518754 My application is still on 0.4 beta 6, which is working fine. I assume 0.4 final has not introduced any new bugs that would impact Pylons applications. Does anybody have reason to believe the contrary? One improvement in 0.4 final is that engine_from_config correctly converts 'false' and '0' values to False rather than True, to conform with the Pylons/Paste standard. Pylons' default configuration seems to prefer 'true' and 'false' nowadays. -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
