Rick Morrison wrote:
> Hmmm, looks to me as if SQLA is generating the query correctly, but that 
> the DBAPI passes along the Binary() value encoded in a Python binary 
> string, which MSSQL then interprets as Varchar, and then complains that 
> it can't do an implicit conversion. That's a surprise to me; I had 
> thought that this had been working.

This is the same conclusion that I had while talking with Mike on IRC. 
Mike believes that there are others out there that use MSSQL and 
SQLAlchemy that have BINARY columns working fine.  I was hoping that 
this is true and someone who has had success could share an example of 
their code with me so that I could continue to find the source of the 
problem.

Thanks for the replies.

-John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" 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/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to