MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

remove outdated documentation on arbitrary args #1010

Closed bkcsfi closed 11 months ago

bkcsfi commented 1 year ago

removed outdated docs regarding unknown params because that functionality was removed in an earlier version

Changed in version 0.11.0: Removed ability to pass arbitrary keyword arguments to set server settings. Added a dedicated parameter server_settings for that.

I'm sad this was removed, now its a lot more difficult to set tcp_keepalives using sqlalchemy.

elprans commented 11 months ago

That note is in reference to keyword arguments to connect(), NOT server parameters specified in the DSN query, those are still supported.