-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Upgrade aiohttp #9348
base: master
Are you sure you want to change the base?
Upgrade aiohttp #9348
Conversation
Database credentials don't work anymore? I haven't touched those in the PR.. |
@NateBrady23 or anyone know what to change for the DB credentials? Would be good to get this upgrade in as there's been a lot of performance optimisations in recent releases (though they may be a magnitude more noticeable in real world scenarios than these simple benchmarks). |
Could it be an issue with the authentication method (issue #8061 might be related)? |
I'm unclear. We just create a DSN with user/password, so I don't see anything we'd need to change for that:
Appears that asyncpg implemented the auth method 6 years ago, so I doubt it's an issue there either.. |
Yes, but the point is that the password is not necessarily sent in cleartext to the server - see here. Just an idea, since you were asking for suggestions. |
No description provided.