On Fri, Mar 6, 2009 at 3:36 PM, Chris <[email protected]> wrote: > def createSession(): > engine=create_engine('mssql://user:pas...@db/table',echo=False)
As a side note, if you are using mssql I would recommend you use SA 0.5.2 because I proposed two important patches which were accepted and fixed two bad issues in mssql support: unicode handling and decimal support. http://www.sqlalchemy.org/trac/ticket/1282 http://www.sqlalchemy.org/trac/ticket/1291 As per your own problem I have no idea on the spot, sorry. Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

