-
Notifications
You must be signed in to change notification settings - Fork 404
Issues: MagicStack/asyncpg
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
DuplicatePreparedStatementError not solved for Pgbouncer behind ha settings
#239
opened Jan 1, 2018 by
danigosa
updated Jun 6, 2018
Share connections from a pool with different databases in the same PG server
#368
opened Sep 21, 2018 by
carlopires
updated Sep 21, 2018
asyncpg __del__ methods call asyncio APIs directly, which isn't guaranteed to work and indeed, doesn't work
#376
opened Oct 13, 2018 by
njsmith
updated Oct 13, 2018
Best way to spread query over multipule asyncio tasks?
#395
opened Dec 29, 2018 by
greenpdx
updated Dec 30, 2018
[Question] Generate Record from Record subset of keys?
#407
opened Feb 7, 2019 by
mecampbellsoup
updated Feb 11, 2019
How i can return all rows without fetch method? Because this method returns a Record instance, and i can't get values from rows.
#430
opened Apr 6, 2019 by
iaiiai
updated Apr 10, 2019
Client not reconnecting after postgres restarting
#447
opened May 23, 2019 by
shaloba
updated May 23, 2019
TypeError: can't set attributes of built-in/extension type 'asyncpg.Record'
#452
opened Jun 6, 2019 by
crazyhouse33
updated Jun 6, 2019
Infinite hang on leaving conn.transaction() block
#442
opened May 13, 2019 by
Piatachock
updated Jun 10, 2019
README missing Database Port number in the example.
#469
opened Jul 24, 2019 by
trraghav
updated Jul 25, 2019
Prepared_stmt.fetch() should explicitly either return None or an empty list
#459
opened Jun 28, 2019 by
jaharnum
updated Oct 7, 2019
How to remove log listeners for a pool:ed connections.
#377
opened Oct 21, 2018 by
Gyllsdorff
updated Oct 10, 2019
Fix test_adversity to work on Windows/Python 3.8
#505
opened Nov 20, 2019 by
1st1
updated Nov 20, 2019
passing a list\set as an argument failing
#511
opened Nov 29, 2019 by
CodyDeGhetto
updated Nov 30, 2019
How are Postgres server restarts handled?
#421
opened Mar 22, 2019 by
mecampbellsoup
updated Dec 27, 2019
Can't add schema name to query in fetch function
#538
opened Mar 11, 2020 by
sihcpro
updated Mar 11, 2020
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.