Skip to content

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

Closed
@chrisberks

Description

@chrisberks

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions