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

Removed deprecation leftovers #3804

Merged
merged 1 commit into from
Jan 1, 2020

Conversation

morozov
Copy link
Member

@morozov morozov commented Dec 31, 2019

Q A
Type bug
BC Break no
Fixed issues #3508
  1. SqliteSchemaManager#_getPortableTableColumnList() was mistakenly marked @deprecated instead of #_getPortableTableIndexDefinition() in Add types to Schema namespace #3565.
  2. OracleSchemaManager#_getPortableDatabaseDefinition() was mistakenly marked @deprecated instead of #_getPortableFunctionDefinition() in Add types to Schema namespace #3565.
  3. The deprecation message in the OracleSchemaManager#createDatabase() description is irrelevant as of Add types to Schema namespace #3565.

1. `SqliteSchemaManager#_getPortableTableColumnList()` was mistakenly marked `@deprecated` instead of `#_getPortableTableIndexDefinition()` in doctrine#3565.
2. `OracleSchemaManager#_getPortableDatabaseDefinition()` was mistakenly marked `@deprecated` instead of `#_getPortableFunctionDefinition()` in doctrine#3565.
3. The deprecation message in the `OracleSchemaManager#createDatabase()` description is irrelevant as of doctrine#3565.
@morozov morozov merged commit 3e735a8 into doctrine:master Jan 1, 2020
@morozov morozov deleted the remove-deprecation-leftovers branch January 1, 2020 16:28
@morozov morozov self-assigned this Jan 1, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 5, 2022
@morozov morozov removed this from the 4.0.0 milestone Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants