TypeORM v0.2.37 Release Notes

Release Date: 2021-08-13 // over 2 years ago
  • ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ allow periods in parameter identifiers (#8022) (4201938)
    • ConnectionManager connections property should include list of Connections (#8004) (2344db6)
    • entity value for date columns that are related (#8027) (5a3767f)
    • ๐Ÿ– handle brackets when only one condition is passed (#8048) (ab39066)
    • ๐Ÿ– handle enums with multiple apostrophes in MySQL (#8013) (37c40a6), closes #8011
    • include all drivers in driverfactory error message (#8061) (fbd1ef7)
    • resolve not returning soft deleted relations with withDeleted find option (#8017) (65cbcc7)
    • SAP HANA inserts used incorrect value for returning query (#8072) (36398db)
    • some drivers set the wrong database name when defined from url (#8058) (a3a3284)
    • throw error when not connected in drivers (#7995) (cd71f62)

    ๐Ÿ”‹ Features