[sqlalchemy] Re: Quoted Column Name Problem

2008-05-08 Thread Michael Bayer
On May 8, 2008, at 5:40 PM, Dan wrote: > > That worked! Thank you for the quick response. in 0.5 I'm changing quote so that True/False will in fact force the quoting in either direction. the default will be None. --~--~-~--~~~---~--~~ You received this mes

[sqlalchemy] Re: Quoted Column Name Problem

2008-05-08 Thread Dan
That worked! Thank you for the quick response. On May 8, 5:25 pm, Michael Bayer <[EMAIL PROTECTED]> wrote: > On May 8, 2008, at 5:13 PM, Dan wrote: > > > > > > > I have an Oracle schema that has a column name labeled as > > 'when' (without the quotes). Everything works fine in PL/SQL when > >

[sqlalchemy] Re: Quoted Column Name Problem

2008-05-08 Thread Michael Bayer
On May 8, 2008, at 5:13 PM, Dan wrote: > > I have an Oracle schema that has a column name labeled as > 'when' (without the quotes). Everything works fine in PL/SQL when > referencing this column -- not special handling needs to be done. > However, we created a sqlalchemy definition as follows: