Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DDL drop indexes #200

Merged
merged 2 commits into from
Feb 1, 2024
Merged

Conversation

willjones9
Copy link

DROP CONSTRAINT doesn't successfully drop indexes with Amazon Aurora. Change to DROP INDEX syntax as this is supported and functions as intended

@dfelton

This comment has been minimized.

@Xerkus Xerkus added this to the 2.19.0 milestone Feb 1, 2024
Will Jones added 2 commits February 2, 2024 03:49
DROP CONSTRAINT doesn't successfully drop indexes with Amazon Aurora.
Change to DROP INDEX syntax as this is supported and functions as
intended

Signed-off-by: Will Jones <will@stratagem-uk.tech>
Signed-off-by: Will Jones <will@stratagem-uk.tech>
@Xerkus Xerkus changed the base branch from 2.13.x to 2.19.x February 1, 2024 17:50
Copy link
Member

@Xerkus Xerkus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not paying big bucks for the SQL standard document. To the best of my googling most all databases supported by this components support this syntax.

@Xerkus Xerkus merged commit a0a1eb4 into laminas:2.19.x Feb 1, 2024
12 of 13 checks passed
@Xerkus Xerkus changed the title Fix drop indexes Add DDL drop indexes Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants