TypeORM v0.2.20 Release Notes

Release Date: 2019-10-18 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ— ensure distinct property is respected cloning query builder (#4843) (ea17094), closes #4842
    • aurora: apply mysql query fixes to aurora (#4779) (ee61c51)
    • ๐Ÿ‘ allow EntitySchema to be passed to EntityRepository (#4884) (652a20e)
    • ๐Ÿ‘ better timestamp comparison (#4769) (0a13e6a)
    • broken database option when using replication, changes introduced by #4753 (#4826) (df5479b)
    • 0๏ธโƒฃ check for version of MariaDB before extracting COLUMN_DEFAULT (#4783) (c30b485)
    • connection Reuse is broken in a Lambda environment: (#4804) (7962036)
    • FindOptionUtils export (#4746) (4a62b1c), closes #4745
    • loading of aurora-data-api driver (#4765) (fbb8947)
    • postgres: postgres query runner to create materialized view (#4877) (d744966)
    • migrations run in reverse order for mongodb (#4702) (2f27581)
    • mongodb Cursor.forEach types (#4759) (fccbe3e)
    • Slack invite URL (#4836) (149af26)

    ๐Ÿ”‹ Features

    • โž• add name to MigrationInterface (fixes #3933 and fixes #2549) (#4873) (4a73fde)
    • โž• add new transaction mode to wrap each migration in transaction (#4629) (848fb1f)
    • โž• add option to Column to specify the complete enumName (#4824) (d967180)
    • โž• add support for cube array for PostgreSQL (#4848) (154a441)
    • implements Sqlite 'WITHOUT ROWID' table modifier (#4688) (c1342ad), closes #3330