-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters