Skip to content

PonyORM release 0.7.12 (2020-02-04)

Compare
Choose a tag to compare
@kozlovsky kozlovsky released this 04 Feb 17:35
· 134 commits to orm since this release

Features

  • CockroachDB support added
  • CI testing for SQLite, PostgreSQL & CockroachDB

Bugfixes

  • Fix translation of getting array items with negative indexes
  • Fix string getitem translation for slices and negative indexes
  • PostgreSQL DISTINCT bug fixed for queries with ORDER BY clause
  • Fix date difference syntax in PostgreSQL
  • Fix casting json to dobule in PostgreSQL
  • Fix count by several columns in PostgreSQL
  • Fix PostgreSQL MIN and MAX expressions on boolean columns
  • Fix determination of interactive mode in PyCharm
  • Fix column definition when sql_default is specified: DEFAULT should be before NOT NULL
  • Relax checks on updating in-memory cache indexes (don't throw CacheIndexError on valid cases)
  • Fix deduplication logic for attribute values