You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
Function:
https://github.com/GetintheLoop/painless-sqlalchemy/blob/develop/painless_sqlalchemy/core/ModelFilter.py#L132
This can be greatly simplifies by using:
https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/sql/visitors.py
examples:
https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/sql/util.py#L120
https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/sql/util.py#L267
https://github.com/zzzeek/sqlalchemy/blob/master/lib/sqlalchemy/sql/util.py#L420
The text was updated successfully, but these errors were encountered: