mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
* fix: Multiple relations with same columns cause invalid SQL to be generated Closes: #1668, #9788, #9814, #10121, #10148, #11109, #11132, #11180 * refactor: extract cloneObject util * fix: improve cloneObject * test: remove duplicate tests * test: transformed the test: add City, Country, and Order entities with composite foreign key relations, * test: change to composite primary key --------- Co-authored-by: Lucian Mocanu <alumni@users.noreply.github.com>