Sanjay schrieb: > I am stuck on how to write a database initialization script using "tg- > admin shell" like the above. This is a common requirement and I was > using it in all my TG projects. But since I upgraded to 1.0.4.4, I am > facing this problem. I am able to manage with roundabout ways, but > curious to know why tg-admin shell is not working for me.
The reason is the fix for #1714 which helps inserting non-ascii chars into the database, but unfortunately breaks with heredocs as you are using. Should be solved with r4387. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

