Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Features * ponyorm#472: Python 3.8 support * Support of hybrid functions (inlining simple Python functions into query) * ponyorm#438: support datetime-datetime, datetime-timedelta, datetime+timedelta in queries # Bugfixes * ponyorm#430: add ON DELETE CASCADE for many-to-many relationships * ponyorm#465: Should reconnect to MySQL on OperationalError 2013 'Lost connection to MySQL server during query' * ponyorm#468: Tuple-value comparisons generate incorrect queries * ponyorm#470 fix PendingDeprecationWarning of imp module * Fix incorrect unpickling of objects with Json attributes * Check value of discriminator column on object creation if set explicitly * Correctly handle Flask current_user proxy when adding new items to collections * Some bugs in syntax of aggregated queries were fixed * Fix syntax of bulk delete queries * Bulk delete queries should clear query results cache so next select will get correct result from the database * Fix error message when hybrid method is too complex to decompile
- Loading branch information