[sqlalchemy] Re: convert_unicode and Query strings with a helping of PyODBC and FreeTDS on OS X

2009-07-14 Thread Ed Singleton
On 8 Jul 2009, at 07:29, John Hampton wrote: > > John Hampton wrote: >> So, the problem that I am having is that when I try to do a query, >> I get >> back the following error: >> >> sqlalchemy.exc.ProgrammingError: (ProgrammingError) ('The SQL >> contains 0 >> parameter markers, but 1 parame

[sqlalchemy] Re: convert_unicode and Query strings with a helping of PyODBC and FreeTDS on OS X

2009-07-08 Thread Michael Bayer
John Hampton wrote: > > John Hampton wrote: >> So, the problem that I am having is that when I try to do a query, I get >> back the following error: >> >> sqlalchemy.exc.ProgrammingError: (ProgrammingError) ('The SQL contains 0 >> parameter markers, but 1 parameters were supplied', 'HY000') > > Du

[sqlalchemy] Re: convert_unicode and Query strings with a helping of PyODBC and FreeTDS on OS X

2009-07-07 Thread John Hampton
John Hampton wrote: > So, the problem that I am having is that when I try to do a query, I get > back the following error: > > sqlalchemy.exc.ProgrammingError: (ProgrammingError) ('The SQL contains 0 > parameter markers, but 1 parameters were supplied', 'HY000') Due to ticket #1313 I tried out t