summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/result.py
Commit message (Expand)AuthorAgeFilesLines
* Remove `typing.Self` workaroundYurii Karabas2023-02-081-31/+8
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Better syncronize async result docs with plain ones.Federico Caselli2022-12-091-130/+86
* Support result.close() for all iterator patternsMike Bayer2022-11-031-1/+21
* Update to flake8 5.Federico Caselli2022-07-311-5/+6
* repair yield_per for non-SS dialects and add new optionsMike Bayer2022-07-011-0/+2
* migrate labels to new tutorialMike Bayer2022-06-071-1/+1
* pep484 ORM / SQL result supportMike Bayer2022-04-271-28/+311
* pep484: schema APIMike Bayer2022-04-151-1/+8
* pep-484: asyncioMike Bayer2022-04-111-61/+119
* level up pep-484 on engine resultMike Bayer2022-04-121-17/+19
* ensure exception raised for all stream w/ sync resultMike Bayer2022-02-041-0/+22
* happy new year 2022Mike Bayer2022-01-061-1/+1
* Documentation improvementsFederico Caselli2021-07-201-0/+9
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Remove pep484 type comments from the codeFederico Caselli2021-05-161-42/+0
* Update black flak8 and zimportsFederico Caselli2021-05-121-2/+3
* add missing copyright to asyncio filesMike Bayer2021-03-021-0/+7
* Fix many spell glitches in docstrings and commentsLele Gaifax2021-01-241-2/+2
* add aiomysql supportMike Bayer2020-12-101-3/+10
* Revert "Merge "add aiomysql support""Mike Bayer2020-12-091-10/+3
* add aiomysql supportMike Bayer2020-12-081-3/+10
* upgrade to black 20.8b1Mike Bayer2020-09-281-4/+1
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+669