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
We don't really need to get all rows from database if we want to get exactly one row with sqlalchemy methods. This has bad effect for database performance and need to be fixed.
Rationale
We don't really need to get all rows from database if we want to get exactly one row with sqlalchemy methods. This has bad effect for database performance and need to be fixed.
Where occurs
masson-aiogram-template/src/db/repositories/abstract.py
Line 43 in 345e1b0
How to fix
Add limit statement
The text was updated successfully, but these errors were encountered: