summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql/asyncpg.py
Commit message (Expand)AuthorAgeFilesLines
* Replace c extension with cython versions.workflow_test_cythonFederico Caselli2021-12-171-1/+1
* provide connectionfairy on initializeMike Bayer2021-11-291-3/+3
* Added support for ``psycopg`` dialect.Federico Caselli2021-11-261-1/+0
* Merge "propose emulated setinputsizes embedded in the compiler" into mainmike bayer2021-11-251-114/+38
|\
| * propose emulated setinputsizes embedded in the compilerMike Bayer2021-11-231-114/+38
* | Clean up most py3k compatFederico Caselli2021-11-241-2/+3
|/
* fully support isolation_level parameter in base dialectMike Bayer2021-11-181-13/+4
* removals: all unicode encoding / decodingMike Bayer2021-11-101-3/+0
* simplify and publicize the asyncpg JSON(B) codec registrsationMike Bayer2021-11-031-29/+55
* Revert "Gracefully degrade unsupported types with asyncpg"mike bayer2021-11-031-29/+14
* formatting updatesMike Bayer2021-11-031-2/+3
* Merge "Gracefully degrade unsupported types with asyncpg" into mainmike bayer2021-11-031-14/+29
|\
| * Gracefully degrade unsupported types with asyncpgGord Thompson2021-11-021-14/+29
* | map Float to asyncpg.FLOAT, test for infinityMike Bayer2021-11-021-0/+9
|/
* support bind expressions w/ expanding IN; apply to psycopg2Mike Bayer2021-10-151-1/+0
* Surface driver connection object when using a proxied dialectFederico Caselli2021-09-171-1/+5
* Replace all http:// links to https://Federico Caselli2021-07-041-1/+1
* Add pgcode / sqlstate for asyncpg error messageMike Bayer2021-04-051-0/+3
* Default caching to opt-out for 3rd party dialectsMike Bayer2021-04-011-0/+1
* mutex asyncpg / aiomysql connection state changesMike Bayer2021-02-251-49/+68
* expand and further generalize bound parameter translateMike Bayer2021-02-141-14/+14
* run handle error for commit/rollback fail and cancel transactionMike Bayer2021-01-151-6/+18
* 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