summaryrefslogtreecommitdiff
path: root/test/base/test_result.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed ``scalar_one`` usage after ``unique``.Federico Caselli2021-04-171-7/+54
* upgrade to black 20.8b1Mike Bayer2020-09-281-8/+43
* Raise if unique() not applied to 2.0 joined eager load resultsMike Bayer2020-09-211-0/+39
* Break scalars() and mappings() into separate objectsMike Bayer2020-08-121-18/+102
* introduce deferred lambdasMike Bayer2020-07-031-0/+31
* Fix a wide variety of typos and broken linksaplatkouski2020-06-251-2/+2
* Convert bulk update/delete to new execution modelMike Bayer2020-06-061-1/+22
* callcount reductions and refinement for cached queriesMike Bayer2020-05-281-1/+27
* Convert execution to move through SessionMike Bayer2020-05-251-13/+40
* inline one_or_noneMike Bayer2020-05-241-0/+31
* Avoid proxy functions in row functionsFederico Caselli2020-05-231-0/+10
* Performance fixes for new result setMike Bayer2020-05-211-0/+101
* Propose Result as immediate replacement for ResultProxyMike Bayer2020-05-011-0/+790