Mike Smoot

Results 2 issues of Mike Smoot

I'd like to request that you tag a TEMP release so that we can be sure that we're always using the same version of TEMP.

I tried using `fastapi-pagination` on a FastAPI + [Databases](https://www.encode.io/databases/) project where I ran databases version 0.9.0 with SQLAlchemy > 2.0. This line fails: https://github.com/uriyyo/fastapi-pagination/blob/main/fastapi_pagination/ext/databases.py#L30 `select([func.count()])` needs to become `select(func.count())` (i.e....

bug