summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/context.py
Commit message (Expand)AuthorAgeFilesLines
...
* Remove loader option cycleMike Bayer2020-05-291-5/+0
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-46/+54
* Convert execution to move through SessionMike Bayer2020-05-251-264/+355
* Unify Query and select() , move all processing to compile phaseMike Bayer2020-05-241-0/+2349