[Sqlalchemy-tickets] Issue #3700: synchronize_session='evaluate' does not work when filtering by re
Brought to you by:
zzzeek
From: Gabor G. <iss...@bi...> - 2016-04-29 12:07:12
|
New issue 3700: synchronize_session='evaluate' does not work when filtering by relation https://bitbucket.org/zzzeek/sqlalchemy/issues/3700/synchronize_session-evaluate-does-not-work Gabor Gombas: Hi, It seems Query.delete(synchronize_session='evaluate') does not work if there is a filter condition which references a relation instead of a column. Tested with SQLAlchemy 1.0.11. Gabor |