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
/usr/local/lib/python3.9/site-packages/flask_sqlalchemy/__init__.py:534
/usr/local/lib/python3.9/site-packages/flask_sqlalchemy/__init__.py:534: SADeprecationWarning: DISTINCT ON is currently supported only by the PostgreSQL dialect. Use of DISTINCT ON for other backends is currently silently ignored, however this usage is deprecated, and will raise CompileError in a future release for all backends that do not support this syntax.
items = self.limit(per_page).offset((page - 1) * per_page).all()
This doesn't appear to be affecting anything...and I'm not sure what the workaround even is since we are using postgres 🤷♀️
The text was updated successfully, but these errors were encountered:
We're receiving this warning in testing:
This doesn't appear to be affecting anything...and I'm not sure what the workaround even is since we are using postgres 🤷♀️
The text was updated successfully, but these errors were encountered: