thinkle / gourmet

Gourmet Recipe Manager
GNU General Public License v2.0
341 stars 141 forks source link

backends: db: Avoid deprecated Table.count SQLAlchemy API. #1036

Open Apteryks opened 2 years ago

Apteryks commented 2 years ago

Fixes #1035.

How Has This Been Tested?

Building the package with GNU Guix and ensuring the test suite passes + summarily testing the resulting gourmet executable.

Apteryks commented 2 years ago

I'm no sqlalchemy expert, so review carefully, but it at least passes the test suite.