cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 891 forks source link

Fix missing quoting on constraints name for sqlserver #2186

Closed algorhythm closed 1 year ago

algorhythm commented 1 year ago

Test with a constraint that contains - sign. It will break with following error: SQLSTATE[42000]: [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Incorrect syntax near '-'.

MasterOdin commented 1 year ago

Thanks!