Skip to content

Failing tests due to SQLAlchemy removing ORDER BY pk from selectinload #273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
chrisberks opened this issue Apr 20, 2020 · 1 comment
Closed

Comments

@chrisberks
Copy link
Contributor

Since SQLAlchemy 1.3.16 orm.selectinload will no longer ORDER BY the primary key of the parent entity. sqlalchemy/sqlalchemy@d3cc4cd

This is causing three of the batching tests to fail.

Fixed in #261

Commit: chrisberks@730b777

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant