PonyORM v0.7.12 Release Notes

Release Date: 2020-02-04 // about 4 years ago
  • ๐Ÿ”‹ 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