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')
>
> Due to ticket #1313 I tried out the 0.6 branch.  It successfully fixed
> this issue.  So, not quite sure what it was, but it's fixed ;)

FreeTDS/pyodbc on OSX wants SQL sent as encoded strings, not unicode
objects.   Ideally this would be reported as a bug in pyodbc and/or
freetds (likely pyodbc, where I've had unicode issues before).


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to