Mike, I'm seeing som breaking of MSSQL / pymssql that I think might be
caused by the latest unicode stuff.
The statements themselves are beginning to be issued in unicode when a query
is constructed in the ORM.

Where is an appropriate place for the dialect to intercept the call to the
DB-API just before it's issued so that it can convert to str()? I've tried
do_execute and _execute so far.

Rick

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to