Skip to content

PonyORM release 0.7.10 (2019-04-20)

Compare
Choose a tag to compare
@kozlovsky kozlovsky released this 20 Apr 16:01
· 214 commits to orm since this release

Bugfixes

  • Python3.7 and PyPy decompiling fixes
  • Fix reading NULL from Optional nullable array column
  • Fix handling of empty arrays in queries
  • #415: error message typo
  • #432: PonyFlask - request object can trigger teardown_request without real request
  • Fix GROUP CONCAT separator for MySQL