documentation for query.delete() incorrect

Issue #1689 resolved
Former user created an issue

In the migration notes it says that query.delete() will no longer fall back from "evaluate" to "fetch". In the documentation found here:

http://www.sqlalchemy.org/docs/reference/orm/query.html#sqlalchemy.orm.query.Query.delete

which appears to be for 0.6beta2, it still states that "evaluate" will fall back to "fetch".

Comments (2)

  1. Log in to comment