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

Recommend SEQUENCE until doctrine/dbal 4 is released #11044

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Nov 5, 2023

Using IDENTITY with doctrine/dbal 3 results in SERIAL, which is not recommended.

On 3.0.x, we should make a different recommendation based on the version of doctrine/dbal

Companion PR: #11045

derrabus
derrabus previously approved these changes Nov 5, 2023
@greg0ire
Copy link
Member Author

greg0ire commented Nov 5, 2023

Sorry, I forgot that the code was greatly simplified on 3.0.x, so now that the recommended and legacy no longer differ, I will apply the same simplifications that were applied by @beberlei in 2db1f76

@greg0ire greg0ire force-pushed the identity-on-dbal4 branch 2 times, most recently from bc4fab9 to 8881c6b Compare November 5, 2023 19:59
Using IDENTITY with doctrine/dbal 3 results in SERIAL, which is not
recommended.
@greg0ire greg0ire marked this pull request as ready for review November 5, 2023 20:41
@greg0ire greg0ire added this to the 2.17.0 milestone Nov 7, 2023
@greg0ire greg0ire merged commit 0e95838 into doctrine:2.17.x Nov 7, 2023
59 checks passed
@greg0ire greg0ire deleted the identity-on-dbal4 branch November 7, 2023 07:14
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.

3 participants