summaryrefslogtreecommitdiff
path: root/examples/performance/short_selects.py
Commit message (Expand)AuthorAgeFilesLines
* fix execute calls for 2.0Mike Bayer2022-10-061-2/+2
* Update select usage to use the new 1.4 formatFederico Caselli2020-09-081-4/+4
* introduce deferred lambdasMike Bayer2020-07-031-54/+36
* Add a test / comment about test_orm_queryMike Bayer2020-06-011-0/+19
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-2/+15
* Convert execution to move through SessionMike Bayer2020-05-251-0/+23
* Try to measure new style caching in the ORM, take twoMike Bayer2020-04-011-1/+26
* Post black reformattingMike Bayer2019-01-061-12/+12
* Run black -l 79 against all source filesMike Bayer2019-01-061-24/+36
* Docstring Fixpr/254Patrick2016-03-301-2/+2
* - Added a new extension suite :mod:`sqlalchemy.ext.baked`. ThisMike Bayer2015-03-111-0/+25
* - random performance whacking vs. 0.9, in particular we have to watchMike Bayer2015-03-081-4/+4
* - add this for testingMike Bayer2015-03-081-0/+109