typeorm / typeorm

ORM for TypeScript and JavaScript. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
http://typeorm.io
MIT License
33.54k stars 6.22k forks source link

fix: resolve issue on index naming strategy #10868

Open alenap93 opened 1 month ago

alenap93 commented 1 month ago

Fixes: #10856

Description of change

This pr fix the issue that default index naming strategy of indexes on the same columns but with different order, generate the same names.

Pull-Request Checklist