sqlalchemy-filters icon indicating copy to clipboard operation
sqlalchemy-filters copied to clipboard

Compatibility with select() syntax

Open nmoreaud opened this issue 3 years ago • 3 comments

SQLAlchemy recommends a new way of writing ORM queries, using select(): https://docs.sqlalchemy.org/en/14/changelog/migration_20.html Could you update this library to support it?

Currently, it triggers errors such as: 'Select' object has no attribute '_compile_state'

nmoreaud avatar Nov 03 '22 14:11 nmoreaud

facing same issue, AttributeError: 'Select' object has no attribute 'count'

harunurkst avatar Mar 30 '23 06:03 harunurkst

As a new co-maintainer of this repo, I can say that we'd be happy to review a pull request. I don't have much time to work on this myself though.

tomviner avatar Apr 14 '23 14:04 tomviner

@tomviner this should be fixed in #84

phillipuniverse avatar Jan 06 '24 21:01 phillipuniverse