zzzeek / test_sqlalchemy

0 stars 0 forks source link

MSSQL Failing deletes with schema on SQL 2000 #967

Closed sqlalchemy-bot closed 16 years ago

sqlalchemy-bot commented 16 years ago

Issue created by paj (paj)


SA is generating SQL like this: DELETE FROM fred.bloggs WHERE bloggs.id = ?

That works ok on SQL 2005, but fails on 2000. One option that does work is: DELETE FROM fred.bloggs WHERE fred.bloggs.id = ?

Hopefully a pretty simple fix...


Attachments: ticket.967.patch

sqlalchemy-bot commented 10 years ago

Michael Bayer (zzzeek) wrote:


Removing milestone: 0.4.3 (automated comment)

sqlalchemy-bot commented 16 years ago

paj (paj) wrote:


Ok, committed in 4140

sqlalchemy-bot commented 10 years ago

Changes by Michael Bayer (zzzeek): removed "0.4.3" milestone

sqlalchemy-bot commented 16 years ago

Changes by paj (paj): set state to "resolved"