summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/ext/asyncio/result.py
Commit message (Expand)AuthorAgeFilesLines
* happy new year 2023Mike Bayer2023-01-031-1/+1
* Better syncronize async result docs with plain ones.Federico Caselli2022-12-091-89/+59
* Update to flake8 5.Federico Caselli2022-07-311-4/+4
* repair yield_per for non-SS dialects and add new optionsMike Bayer2022-07-011-1/+2
* 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