-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
PrimaryReadReplicaConnectionTest::testInheritCharsetFromPrimary() is failing on CI #4613
Milestone
Comments
morozov
added a commit
to morozov/dbal
that referenced
this issue
Apr 20, 2021
morozov
added a commit
to morozov/dbal
that referenced
this issue
Apr 20, 2021
morozov
added a commit
to morozov/dbal
that referenced
this issue
Apr 20, 2021
morozov
added a commit
that referenced
this issue
Apr 21, 2021
[GH-4613] Use utf8mb4 instead of utf8 for testing connection charset
morozov
added a commit
to morozov/dbal
that referenced
this issue
Apr 29, 2021
morozov
added a commit
to morozov/dbal
that referenced
this issue
Apr 29, 2021
morozov
added a commit
that referenced
this issue
Apr 29, 2021
[GH-4613] Use utf8mb4 instead of utf8 for testing connection charset
derrabus
added a commit
to derrabus/dbal
that referenced
this issue
May 2, 2021
* 2.13.x: Support Doctrine Cache 2 Display metrics of 3.1 instead of 3.0 [doctrineGH-4613] Use utf8mb4 instead of utf8 for testing connection charset
derrabus
added a commit
to derrabus/dbal
that referenced
this issue
May 2, 2021
* 2.13.x: Support Doctrine Cache 2 Display metrics of 3.1 instead of 3.0 [doctrineGH-4613] Use utf8mb4 instead of utf8 for testing connection charset
derrabus
added a commit
to derrabus/dbal
that referenced
this issue
May 2, 2021
* 3.1.x: Support Doctrine Cache 2 Display metrics of 3.1 instead of 3.0 [doctrineGH-4613] Use utf8mb4 instead of utf8 for testing connection charset
derrabus
added a commit
to derrabus/dbal
that referenced
this issue
Jun 5, 2021
* 3.1.x: Allow Symfony 6 Update versions for default branch Address class rename in the docs Support Doctrine Cache 2 Display metrics of 3.1 instead of 3.0 [doctrineGH-4613] Use utf8mb4 instead of utf8 for testing connection charset
derrabus
added a commit
to derrabus/dbal
that referenced
this issue
Jun 5, 2021
* 3.1.x: Allow Symfony 6 Update versions for default branch Address class rename in the docs Support Doctrine Cache 2 Display metrics of 3.1 instead of 3.0 [doctrineGH-4613] Use utf8mb4 instead of utf8 for testing connection charset
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The failure looks like the following:
Note that as of MySQL 8.0, the
utf8
character set is an alias forutf8mb3
.The text was updated successfully, but these errors were encountered: