Symbol2 releases
_orm.Session.execution_options
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_1_0b1This release introduces support for free-threaded Python wheels and significant ORM enhancements, including new session execution options and improved composite attribute handling. It also drops support for Python versions older than 3.10.
Track Symbol Changes
Use the Change8 MCP server or GitHub Action to get notified when _orm.Session.execution_options changes.
Learn More