On 5/22/06, Tim Lesher <[EMAIL PROTECTED]> wrote:

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?

Err, yes. That's exactly it. I had zoned out in the "tg-admin sql
create" part previously. Can you open a ticket?

Thanks,
Kevin
X-Google-Language: ENGLISH,ASCII-7-bit
Received: by 10.54.131.7 with SMTP id e7mr201272wrd;
       Mon, 22 May 2006 10:55:02 -0700 (PDT)
Return-Path: <[EMAIL PROTECTED]>
Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.224])
       by mx.googlegroups.com with ESMTP id v11si1102957cwb.2006.05.22.10.55.01;
       Mon, 22 May 2006 10:55:02 -0700 (PDT)
Received-SPF: pass (googlegroups.com: domain of [EMAIL PROTECTED] designates 
64.233.184.224 as permitted sender)
DomainKey-Status: good (test mode)
Received: by wr-out-0506.google.com with SMTP id 50so670691wri
       for <[email protected]>; Mon, 22 May 2006 10:55:00 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
       s¾ta; d=gmail.com;
       
h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
       
bé83X2OQpFRfPzMlCxfAyO0kUiROiNpLKxeMH1GlpP7kpkfeIg1lnJGm2Rx1LpqfQwq04g4hQmIanZHUrKpayuvfeGn1aJ8lP10G6zMKa7LKWHbtt61nT54T0ffZ7yUvo/v3kLlVHvfck9vfMQRUNQhsv+QOO5xp7zfM+gOMo+cReceived:
 by 10.65.145.14 with SMTP id x14mr1042451qbn;
       Mon, 22 May 2006 10:54:54 -0700 (PDT)
Received: by 10.65.159.9 with HTTP; Mon, 22 May 2006 10:54:54 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Mon, 22 May 2006 13:54:54 -0400
From: "Kevin Dangoor" <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [TurboGears] Re: New 0.96a default db in dev.cfg?
In-Reply-To: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
References: <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>

On 5/22/06, Tim Lesher <[EMAIL PROTECTED]> wrote:

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?

Err, yes. That's exactly it. I had zoned out in the "tg-admin sql
create" part previously. Can you open a ticket?

Thanks,
Kevin

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