mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-09 10:20:00 -04:00
13f87c2bdc
Fixed bug in :meth:`_sql.FunctionFilter.filter` that would mutate the existing function in-place. It now behaves like the rest of the SQLAlchemy API, returning a new instance instead of mutating the original one. Fixes: #11426 Change-Id: I46ffebaed82426cfb1623db066686cfb911055a1 (cherry picked from commit fe2ced9e79b9640f3ca135f8d3782dd41ca16782)