Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Messenger] Retrieve table default options from the SchemaManager#32641

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

@vincenttouzet
Copy link
Contributor

@vincenttouzetvincenttouzet commentedJul 20, 2019
edited
Loading

QA
Branch?4.3
Bug fix?yes
New feature?no
BC breaks?no
Deprecations?no
Tests pass?yes
Fixed tickets#32321
LicenseMIT

This PR modify the Connection of the Doctrine Transport. It is now possible to specify aSchemaConfig that will be used when generating tables.

If Doctrine is configured as the following :

# config/packages/doctrine.yamldoctrine:dbal:default_table_options:charset:'utf8mb4'collate:'utf8mb4_unicode_ci'

Then those options are used to create the table.

ping@weaverryan 😉

@vincenttouzetvincenttouzetforce-pushed the32321_messenger_doctrine_schema branch from58843f3 to0dbfc31CompareJuly 25, 2019 06:00
@vincenttouzetvincenttouzetforce-pushed the32321_messenger_doctrine_schema branch from0dbfc31 to301ceaeCompareJuly 28, 2019 13:22
@TobionTobionforce-pushed the32321_messenger_doctrine_schema branch from1660f8d to93d0dc8CompareJuly 28, 2019 14:12
@Tobion
Copy link
Contributor

Thank you@vincenttouzet.

@TobionTobion merged commit93d0dc8 intosymfony:4.3Jul 28, 2019
Tobion added a commit that referenced this pull requestJul 28, 2019
…Manager (vincenttouzet)This PR was squashed before being merged into the 4.3 branch (closes#32641).Discussion----------[Messenger] Retrieve table default options from the SchemaManager| Q             | A| ------------- | ---| Branch?       | 4.3| Bug fix?      | yes| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->| BC breaks?    | no     <!-- seehttps://symfony.com/bc -->| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->| Fixed tickets |#32321    <!-- #-prefixed issue number(s), if any -->| License       | MITThis PR modify the Connection of the Doctrine Transport. It is now possible to specify a `SchemaConfig` that will be used when generating tables.If Doctrine is configured as the following :```yml# config/packages/doctrine.yamldoctrine:    dbal:        default_table_options:            charset: 'utf8mb4'            collate: 'utf8mb4_unicode_ci'```Then those options are used to create the table.ping@weaverryan 😉Commits-------93d0dc8 [Messenger] Retrieve table default options from the SchemaManager
@fabpotfabpot mentioned this pull requestAug 26, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas left review comments

@fabpotfabpotfabpot requested changes

+2 more reviewers

@ogizanagiogizanagiogizanagi left review comments

@TobionTobionTobion approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

4.3

Development

Successfully merging this pull request may close these issues.

6 participants

@vincenttouzet@Tobion@fabpot@nicolas-grekas@ogizanagi@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp