On 5/22/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote:
>
> Hmm... Something else that landed in 0.9a6 or thereabouts was this
> change in database.by:
>         if sys.platform == 'win32' and uri.startswith('sqlite'):
>             # fix drive letter path
>             uri = re.sub('///(\w):', '///\\1|', uri)
>
> So, the : should be turned into a | automatically behind the scenes.

Interesting... the server runs just fine with the config value as
generated, but "tg-admin sql create" fails.  Could it be getting the
URI via a different code path?
-- 
Tim Lesher <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to