Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
backends: db: Avoid deprecated Table.count SQLAlchemy API.
Fixes thinkle#1035. * gourmet/backends/db.py (RecData.fetch_len): Use the sqlalchemy.func.count selector to return the table length.
- Loading branch information