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
Hi, is there any specific reason why the .scalars() call is in the pagination? I'm trying to query two objects at the same time and cannot do so, because the pagination will only return the first one.
Is that call there necessary? If no, could it be removed?
The text was updated successfully, but these errors were encountered:
flask-sqlalchemy/src/flask_sqlalchemy/pagination.py
Line 335 in d137db1
Hi, is there any specific reason why the
.scalars()
call is in the pagination? I'm trying to query two objects at the same time and cannot do so, because the pagination will only return the first one.Is that call there necessary? If no, could it be removed?
The text was updated successfully, but these errors were encountered: