summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/asyncpg.py
Commit message (Expand)AuthorAgeFilesLines
...
* reinvent xdist hooks in terms of pytest fixturesMike Bayer2021-01-131-1/+0
* happy new yearMike Bayer2021-01-041-1/+1
* Cache asyngpg prepared statementsMike Bayer2021-01-021-21/+157
* Support testing of async drivers without fallback modeFederico Caselli2020-12-301-3/+10
* Make sure asyncpgfallback has __slots__Mike Bayer2020-12-011-0/+3
* Support pool.connect() event firing before all elseMike Bayer2020-11-191-2/+13
* s/craete/create/gThomas Grainger2020-11-101-1/+1
* Genericize setinputsizes and support pyodbcMike Bayer2020-10-161-1/+17
* Fetch first supportFederico Caselli2020-10-021-1/+0
* upgrade to black 20.8b1Mike Bayer2020-09-281-2/+4
* Improve Asyncpg json handlingFederico Caselli2020-09-231-11/+67
* Don't change asyncpg's "char" codecMike Bayer2020-09-161-19/+4
* Deprecate engine-wise ss cursors; repair mariadbconnectorMike Bayer2020-09-131-4/+0
* Create connection characteristics API; implement postgresql flagsMike Bayer2020-09-081-1/+19
* Implement rudimentary asyncio support w/ asyncpgMike Bayer2020-08-131-0/+786