[sqlalchemy] Re: pymssql delete problem

2008-02-14 Thread fw
Thanks, That seems to solve the problem. Cheers, François Rick Morrison wrote: Thanks for your continuing interest in my silly problem It's not a silly problem, it's a important fundamental operation that ought to work correctly! Try the attached patch against pymssql 0.8.0.

[sqlalchemy] Re: pymssql delete problem

2008-02-14 Thread Rick Morrison
In other news, pyodbc on Unix is alive again, thanks to the surprise revelation that it actually can work, and shows a similar test profile to running it on Windows. Stay tuned... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[sqlalchemy] Re: pymssql delete problem

2008-02-13 Thread Rick Morrison
Thanks for your continuing interest in my silly problem It's not a silly problem, it's a important fundamental operation that ought to work correctly! Try the attached patch against pymssql 0.8.0. --~--~-~--~~~---~--~~ You received this message because you are

[sqlalchemy] Re: pymssql delete problem

2008-02-12 Thread fw
Hi Rick, Thanks for your continuing interest in my silly problem Rick Morrison wrote: How are you deleting the rows? Is this via Session.flush(), or an SQL expression statement? Via a session commit/flush Please post some code as to how you're trying this... The code goes something