Skip to content

PonyORM release 0.7.17 (2023-09-25)

Compare
Choose a tag to compare
@kozlovsky kozlovsky released this 25 Sep 09:50
· 7 commits to main since this release

Features

  • Add Python 3.11 support; drop support for Python < 3.8

Bugfixes

  • Fix #636 nullable IntArray and StrArray
  • Fix quoting table alias in MySQL DELETE queries
  • Fix handling of default argument values in hybrid methods and functions