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

"collate" is deprecated in Doctrine #4560

Closed
ameotoko opened this issue Apr 28, 2022 · 2 comments · Fixed by #4592
Closed

"collate" is deprecated in Doctrine #4560

ameotoko opened this issue Apr 28, 2022 · 2 comments · Fixed by #4592
Labels
Milestone

Comments

@ameotoko
Copy link
Contributor

Affected version(s)

4.13

Description

Looks like collate here should become collation now? 🤔

# Doctrine configuration
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_mysql
url: '%env(DATABASE_URL)%'
charset: utf8mb4
default_table_options:
charset: utf8mb4
collate: utf8mb4_unicode_ci
engine: InnoDB
row_format: DYNAMIC

Reference:

@leofeyer leofeyer added up for discussion Issues and PRs which will be discussed in our monthly Mumble calls. and removed unconfirmed up for discussion Issues and PRs which will be discussed in our monthly Mumble calls. labels Apr 28, 2022
@leofeyer leofeyer added this to the 4.13 milestone Apr 28, 2022
@leofeyer leofeyer linked a pull request May 2, 2022 that will close this issue
@leofeyer leofeyer closed this as completed May 2, 2022
@leofeyer
Copy link
Member

leofeyer commented May 4, 2022

@ameotoko Can you please check if the changes from #4592 fix your issue?

@ameotoko
Copy link
Contributor Author

ameotoko commented May 6, 2022

Yes they do, thank you @leofeyer

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants