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

Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() #6213

Merged

Conversation

ausi
Copy link
Contributor

@ausi ausi commented Nov 5, 2023

Q A
Type improvement
Fixed issues #6202 (comment)

Summary

Deprecates AbstractMySQLPlatform::getColumnTypeSQLSnippets()

Needs to be rebased after #6202 got merged upstream. Done.

@ausi ausi changed the title Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippet Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippet() Nov 5, 2023
@derrabus derrabus added this to the 3.8.0 milestone Nov 5, 2023
@derrabus
Copy link
Member

derrabus commented Nov 5, 2023

Deprecations have to be documented in UPGRADE.md.

@ausi ausi changed the title Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippet() Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() Nov 5, 2023
UPGRADE.md Outdated Show resolved Hide resolved
…snippets

# Conflicts:
#	src/Platforms/AbstractMySQLPlatform.php
@ausi ausi marked this pull request as ready for review November 5, 2023 19:32
derrabus
derrabus previously approved these changes Nov 5, 2023
UPGRADE.md Outdated Show resolved Hide resolved
Co-authored-by: Alexander M. Turek <me@derrabus.de>
@derrabus derrabus merged commit 39fe3b4 into doctrine:3.8.x Nov 5, 2023
83 checks passed
derrabus added a commit to derrabus/dbal that referenced this pull request Nov 5, 2023
* 3.8.x:
  Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() (doctrine#6213)
  Fix MariaDB list columns performance (doctrine#6202)
derrabus added a commit that referenced this pull request Nov 6, 2023
…n layer (#6215)

|      Q       |   A
|------------- | -----------
| Type         | improvement
| Fixed issues | Follows #6213

#### Summary

We want to stop guessing the current database.

cc @ausi
derrabus added a commit to derrabus/dbal that referenced this pull request Nov 11, 2023
* 3.8.x:
  Enable skipping locked rows in QueryBuilder
  Fix coding standard violation
  Remove unused unit test fixtures
  Add Oracle v23 to CI testing (doctrine#6217)
  Extend `AbstractMySQLPlatform::getColumnTypeSQLSnippets()` deprecation layer (doctrine#6215)
  Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() (doctrine#6213)
  Fix MariaDB list columns performance (doctrine#6202)
derrabus added a commit to derrabus/dbal that referenced this pull request Nov 11, 2023
* 3.8.x:
  Enable skipping locked rows in QueryBuilder
  Fix coding standard violation
  Remove unused unit test fixtures
  Add Oracle v23 to CI testing (doctrine#6217)
  Extend `AbstractMySQLPlatform::getColumnTypeSQLSnippets()` deprecation layer (doctrine#6215)
  Deprecate AbstractMySQLPlatform::getColumnTypeSQLSnippets() (doctrine#6213)
  Fix MariaDB list columns performance (doctrine#6202)
derrabus pushed a commit that referenced this pull request Nov 13, 2023
|      Q       |   A
|------------- | -----------
| Type         | feature
| Fixed issues |
#6202 (comment)

#### Summary

Removes `AbstractMySQLPlatform::getColumnTypeSQLSnippets()`

Needs to be rebased after #6202 and #6213 got merged upstream.
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.

None yet

2 participants