TypeORM v0.2.19 Release Notes

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

    • "database" option error in driver when use "url" option for connection (690e6f5)
    • "hstore injection" & properly handle NULL, empty string, backslashes & quotes in hstore key/value pairs (#4720) (3abe5b9)
    • โž• add SaveOptions and RemoveOptions into ActiveRecord (#4318) (a6d7ba2)
    • apostrophe in Postgres enum strings breaks query (#4631) (445c740)
    • ๐Ÿ”„ change PrimaryColumn decorator to clone passed options (#4571) (3cf470d), closes #4570
    • ๐Ÿšš createQueryBuilder relation remove works only if using ID (#2632) (#4734) (1d73a90)
    • resolve issue with conversion string to simple-json (#4476) (d1594f5), closes #4440
    • sqlite connections don't ignore the schema property (#4599) (d8f1c81)
    • the excessive stack depth comparing types FindConditions<?> and FindConditions<?> problem (#4470) (7a0beed)
    • views generating broken Migrations (#4726) (c52b3d2), closes #4123

    ๐Ÿ”‹ Features

    • โž• add set datatype support for MySQL/MariaDB (#4538) (19e2179), closes #2779
    • โž• add materialized View support for Postgres (#4478) (dacac83), closes #4317 #3996
    • โž• add mongodb useUnifiedTopology config parameter (#4684) (92e4270)
    • โž• add multi-dimensional cube support for PostgreSQL (#4378) (b6d6278)
    • โž• add options to input init config for sql.js (#4560) (5c311ed)
    • โž• add postgres pool error handler (#4474) (a925be9)
    • โž• add referenced table metadata to NamingStrategy to resolve foreign key name (#4274) (0094f61), closes #3847 #1355
    • โž• add support for ON CONFLICT for cockroach (#4518) (db8074a), closes #4513
    • โž• Added support for DISTINCT queries (#4109) (39a8e34)
    • Aurora Data API (#4375) (c321562)
    • ๐Ÿ— export additional schema builder classes (#4325) (e589fda)
    • ๐ŸŒฒ log files loaded from glob patterns (#4346) (e12479e), closes #4162
    • โšก๏ธ UpdateResult returns affected rows in postgresql (#4432) (7808bba), closes #1308