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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue.
Since SQLAlchemy 1.3.16
orm.selectinload
will no longerORDER BY
the primary key of the parent entity. sqlalchemy/sqlalchemy@d3cc4cdThis is causing three of the batching tests to fail.
Fixed in #261
Commit: chrisberks@730b777
The text was updated successfully, but these errors were encountered: