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

fix: TableDiff deprecation points to wrong method #6273

Merged
merged 1 commit into from
Jan 22, 2024

Conversation

Tofandel
Copy link
Contributor

@Tofandel Tofandel commented Jan 22, 2024

Follow up of #6080

While preparing the merge request to port to 4.0.x I found that some comments point to a deprecated method (one even points to itself)

I also found that in DB2 the reorg happens even if there is no query running which was a bit weird and adding column was not triggering a reorg which is wrong and was not picked up by tests (because other changed columns triggered it)

@Tofandel Tofandel changed the base branch from 3.7.x to 3.8.x January 22, 2024 16:26
@Tofandel Tofandel changed the title 3.8.x fix: TableDiff deprecation points to wrong method Jan 22, 2024
@derrabus derrabus added this to the 3.8.0 milestone Jan 22, 2024
@derrabus derrabus merged commit 06d9e9f into doctrine:3.8.x Jan 22, 2024
90 checks passed
derrabus added a commit to derrabus/dbal that referenced this pull request Jan 25, 2024
derrabus added a commit that referenced this pull request Jan 25, 2024
This PR reverts PR #6080 and its follow-up #6273. Merging this feature
up to 4.0 is more difficult that I anticipated and I don't want to
postpone the release of 3.8 and 4.0 any further.

@Tofandel: Please take all the time that you need to redo your PR on
4.x. As soon as you did that, I'd be more than happy to restore this
change and do another 3.x feature release.
derrabus added a commit to derrabus/dbal that referenced this pull request Jan 25, 2024
* 3.8.x:
  Revert the rename column feature (doctrine#6276)
  fix: TableDiff deprecation points to wrong method (doctrine#6273)
  Stop using chocolatey shims (doctrine#6269)
  Add explicit renameColumn method for Table (doctrine#6080)
@derrabus derrabus removed this from the 3.8.0 milestone Jan 25, 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.

3 participants