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
Since the rewrite to use SQLAlchemy we never fully implemented the change tracking functionality. Also in #1549 I broke it further to fix a bug SQLA's version tracking introduced.
Call change logging in relevant API calls.
Manually increment Query's version in relevant API calls.
The text was updated successfully, but these errors were encountered:
Since the rewrite to use SQLAlchemy we never fully implemented the change tracking functionality. Also in #1549 I broke it further to fix a bug SQLA's version tracking introduced.
The text was updated successfully, but these errors were encountered: