Skip to content

Fix unique index creation for MSSQL & Oracle#1117

Merged
mvorisek merged 3 commits intodevelopfrom
fix_unique_for_fk
Aug 20, 2023
Merged

Fix unique index creation for MSSQL & Oracle#1117
mvorisek merged 3 commits intodevelopfrom
fix_unique_for_fk

Conversation

@mvorisek
Copy link
Copy Markdown
Member

@mvorisek mvorisek commented Aug 18, 2023

fix MSSQL doctrine/dbal#5507 - FK cannot be created if the foreign unique index was created with WHERE xxx IS NOT NULL

fix Oracle doctrine/dbal#5508 - foreign unique index is not enough to create FK, unique table constraint needs to be present

@mvorisek mvorisek force-pushed the fix_unique_for_fk branch 19 times, most recently from b95ba16 to ae210ee Compare August 19, 2023 17:30
@mvorisek mvorisek marked this pull request as ready for review August 19, 2023 17:32
@mvorisek mvorisek added the bug label Aug 20, 2023
@mvorisek mvorisek changed the title Fix DBAL unique index creation Fix DBAL unique index creation for MSSQL & Oracle Aug 20, 2023
@mvorisek mvorisek merged commit d2f0816 into develop Aug 20, 2023
@mvorisek mvorisek deleted the fix_unique_for_fk branch August 20, 2023 02:17
@mvorisek mvorisek changed the title Fix DBAL unique index creation for MSSQL & Oracle Fix unique index creation for MSSQL & Oracle Aug 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant