mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-08 00:30:01 -04:00
708a25e76a
when query.update(), query.delete() are called. The retrieval of records is done after autoflush in all cases, and before update/delete is emitted, guarding against unflushed data present as well as expired objects failing during the evaluation. [ticket:2122]