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

Add the compatibility with PYPY by psycopg2cffi. #179

Merged
merged 1 commit into from
Jun 22, 2016

Conversation

OctavianLee
Copy link
Contributor

It is unable to install psycopg2 when using pypy. I use the lib psycopg2cffi in order to make pony works.

Steps:

  • install pypy-dev;
  • pip install psycopg2cffi.

SEE:

http://stackoverflow.com/questions/9350422/how-do-you-get-pypy-django-and-postgresql-to-work-together#

@OctavianLee
Copy link
Contributor Author

@kozlovsky ?

@kozlovsky kozlovsky merged commit 5e40aba into ponyorm:orm Jun 22, 2016
@kozlovsky
Copy link
Member

Sorry, we were a bit overloaded lately. Thanks for the pull request!

kozlovsky added a commit that referenced this pull request Aug 22, 2016
# New features

* Added native JSON data type support in all supported databases: https://docs.ponyorm.com/json.html

# Backward incompatible changes

* Dropped Python 2.6 support

# Improvements

* #179 Added the compatibility with PYPY using psycopg2cffi
* Added an experimental @db_session `strict` parameter: https://docs.ponyorm.com/transactions.html#strict

# Bugfixes

* #182 - LEFT JOIN doesn't work as expected for inherited entities when foreign key is None
* Some small bugs were fixed
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.

2 participants