Skip to content
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

Fix runtime psycopg2 error #2246

Merged
merged 6 commits into from Jun 25, 2020
Merged

Fix runtime psycopg2 error #2246

merged 6 commits into from Jun 25, 2020

Conversation

Progdrasil
Copy link
Contributor

I inadvertently introduced a runtime error in #2245.

For some reason psycopg2 2.8.4 has a linking issue to PQencryptPasswordConn. This seems to have been fixed with 2.8.5 on my machine. So a simple revision bump should be fine.

Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fast action :)
PS: you need to learn about rebasing and squashing. This is a one line diff, but it contains 6 commits. If we don't think about squashing upon merge the git history would look like a mess

@AndreMiras AndreMiras merged commit 3d9fe27 into kivy:develop Jun 25, 2020
@Progdrasil
Copy link
Contributor Author

Right sorry about that

@Bouchra994
Copy link

hi so i must uninstall the 2.8.4 psycopg2 and install the 2.8.5 to fix the the error?

vesellov pushed a commit to vesellov/python-for-android that referenced this pull request Feb 10, 2021
germn pushed a commit to germn/python-for-android that referenced this pull request Mar 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants