-
Notifications
You must be signed in to change notification settings - Fork 404
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
Pool doesn't work #16
Comments
@vpol Please make sure you specify valid values for the connection arguments. The database is rejecting your connection attempt. |
I'm using same values in both cases. |
I cannot reproduce this with the example you posted. The traceback doesn't seem to match it either. Please post the output you get from running the above code. Thanks. |
@vpol Can you reproduce the problem with |
|
Runs if I use:
Doesn't work at all if min_size is not set and max_size is set to 2. (Default min_size = 10??) Doesn't actually work if more than one connection needs to be acquired from the pool. Fails with same issue (password authentication failed). |
Make sure that password does not get removed from initial connection settings so that subsequent pool connections can reuse it properly.
Fixed. v0.5.3 is building and will be on PyPI soon. Thanks for the report! |
Works fine now. Thanks! |
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: