Re: Re: Re: initial SQL thinks it's a format string

2006-09-15 Thread Russell Keith-Magee
On 9/16/06, James Bennett <[EMAIL PROTECTED]> wrote: > > On 9/15/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > In general, initial SQL data is a real pain to manage and if anybody has > > a good idea on a better approach. I would like to avoid building a full > > SQL parser in Python for o

Re: Re: initial SQL thinks it's a format string

2006-09-15 Thread Malcolm Tredinnick
On Fri, 2006-09-15 at 21:22 -0500, James Bennett wrote: > On 9/15/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > > In general, initial SQL data is a real pain to manage and if anybody has > > a good idea on a better approach. I would like to avoid building a full > > SQL parser in Python for

Re: Re: initial SQL thinks it's a format string

2006-09-15 Thread James Bennett
On 9/15/06, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > In general, initial SQL data is a real pain to manage and if anybody has > a good idea on a better approach. I would like to avoid building a full > SQL parser in Python for obvious reasons. Other people already *have* built SQL parsers