Hi Guys,

I have an application that staddles 2 databases, MySQL and MS-SQL.

It is working but could be faster. To that end, I am trying to use MS-
SQL with the pymssql module (so I can eagerload a number of things).
The problem is that DELETE fail when more than one record is deleted.
It complains that only one record was deleted instead of the requested
number.

Any idea how I could solve that?

I am using SQLAlchemy 0.4.2p3

TIA
     François
--~--~---------~--~----~------------~-------~--~----~
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