atk4 / data

Data Access PHP Framework for SQL & high-latency databases
https://atk4-data.readthedocs.io
MIT License
271 stars 46 forks source link

Fix unique index creation for MSSQL & Oracle #1117

Closed mvorisek closed 1 year ago

mvorisek commented 1 year ago

fix MSSQL https://github.com/doctrine/dbal/issues/5507 - FK cannot be created if the foreign unique index was created with WHERE xxx IS NOT NULL

fix Oracle https://github.com/doctrine/dbal/issues/5508 - foreign unique index is not enough to create FK, unique table constraint needs to be present