Skip to content

Pull requests: MagicStack/asyncpg

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Fix lint in test_connect
#1246 by antonmyronyuk was merged Mar 19, 2025 Loading…
Disable connection URI tests broken by a recent Python fix
#1244 by elprans was merged Mar 15, 2025 Loading…
Avoid performing type introspection on known types
#1243 by elprans was merged Mar 15, 2025 Loading…
3
7
Fix "implicit optional", e.g. arg: int = None
#1239 by andrew222651 was merged Mar 16, 2025 Loading…
Fix multi port connection string issue
#1222 by AndrewJackson2020 was merged Mar 16, 2025 Loading…
use unnamed prepared statement when statement cache is disabled
#1218 by Yeeef was closed Mar 19, 2025 Loading…
Fix broken test running documentation
#1214 by drichardson was closed Jan 14, 2025 Loading…
Add typing to two objects in connection_utils
#1198 by DanielNoord was merged Oct 29, 2024 Loading…
Add typing to auxiliary classes around Pool
#1197 by DanielNoord was merged Nov 4, 2024 Loading…
Fix typing issues around Range/RangeValue
#1196 by toofishes was merged Dec 18, 2024 Loading…
asyncpg v0.30.0
#1194 by elprans was merged Oct 20, 2024 Loading…
asyncpg v0.30.0
#1193 by elprans was merged Oct 19, 2024 Loading…
asyncpg v0.30.0
#1192 by elprans was merged Oct 19, 2024 Loading…
Allow customizing connection state reset
#1191 by elprans was merged Oct 18, 2024 Loading…
Test on PostgreSQL 17
#1189 by elprans was merged Oct 18, 2024 Loading…
Test and build on Python 3.13
#1188 by elprans was merged Oct 18, 2024 Loading…
Add support for the sslnegotiation parameter
#1187 by elprans was merged Oct 18, 2024 Loading…
notice also the MERGE command
#1185 by MeggyCal was merged Oct 17, 2024 Loading…
Allow testing with uvloop on Python 3.12
#1182 by musicinmybrain was merged Oct 17, 2024 Loading…
handle None parameters in query, returning NULL
#1180 by fobispotc was merged Oct 17, 2024 Loading…
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows dependencies Pull requests that update a dependency file
#1178 by dependabot bot was merged Sep 3, 2024 Loading…
Require async_timeout for python < 3.11
#1177 by Pliner was merged Oct 17, 2024 Loading…
Add fetchmany to execute many *and* return rows
#1175 by rossmacarthur was merged Oct 18, 2024 Loading…
ProTip! Exclude everything labeled bug with -label:bug.