TypeORM v0.2.30 Release Notes

Release Date: 2021-01-12 // over 3 years ago
  • 🐛 Bug Fixes

    • ➕ add missing "comment" field to QB clone method (#7205) (f019771), closes #7203
    • 🚀 avoid early release of PostgresQueryRunner (#7109) (#7185) (9abe007)
    • Error when sorting by an embedded entity while using join and skip/take (#7082) (d27dd2a), closes #7079
    • 🛠 Fix CLI query command TypeError (#7043) (b35397e)
    • get length attribute of postgres array columns (#7239) (eb82f78), closes #6990
    • 🖐 handle overlapping property / database names in querybuilder (#7042) (b518fa1), closes #7030
    • 👌 improve stack traces when using persist executor (#7218) (0dfe5b8)
    • order should allow only model fields, not methods (#7188) (0194193), closes #7178
    • ⚡️ resolve migration for UpdateDateColumn without ON UPDATE clause (#7057) (ddd8cbc), closes #6995
    • resolves Postgres sequence identifier length error (#7115) (568ef35), closes #7106
    • return 'null' (instead of 'undefined') on lazy relations that have no results (#7146) (#7147) (9b278c9)
    • 👌 support MongoDB DNS seed list connection (#7136) (f730bb9), closes #3347 #3133
    • data-api: Fixed how data api driver uses and reuses a client (#6869) (6ce65fb)
    • 0️⃣ use default import of yargs for --help (#6986) (6ef8ffe)

    🔋 Features