Symbol2 releases
_orm.selectinload
Found in 1 package: sqlalchemy
sqlalchemy(2 releases)
rel_2_1_0b3This release introduces performance improvements across ORM loading strategies, notably optimizing `selectinload` by skipping unnecessary `.unique()` calls and processing rows as tuples. It also enhances session execution option propagation and fixes several bugs related to declarative metadata resolution and result filtering compatibility.
rel_2_0_49This release primarily focuses on bug fixes across the ORM, particularly concerning polymorphic loading and identity map usage. It also includes improvements to MSSQL dialect handling and typing resolution for better compatibility with modern typecheckers.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when _orm.selectinload changes.
Learn More