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

Fix extra SQL support in Doctrine migrations#36966

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
fabpot merged 1 commit intosymfony:5.1fromfabpot:doctrine-mig-fix
May 26, 2020

Conversation

@fabpot
Copy link
Member

@fabpotfabpot commentedMay 26, 2020
edited
Loading

QA
Branch?5.1
Bug fix?yes
New feature?no
Deprecations?no
Ticketsn/a
LicenseMIT
Doc PRn/a

/cc@weaverryan

$event->addSql($createTableSql);
$event->addSql($extraSql);
foreach ($extraSqlas$sql) {
$event->addSql($sql);
Copy link
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

This is the fix:addSql() onlt works if it is given a single SQL statement.

@nicolas-grekasnicolas-grekas changed the base branch frommaster to5.1May 26, 2020 06:07
@nicolas-grekasnicolas-grekas added this to the5.1 milestoneMay 26, 2020
@fabpot
Copy link
MemberAuthor

Tests fail are expected.

@fabpotfabpot merged commit7f6934c intosymfony:5.1May 26, 2020
@fabpotfabpot deleted the doctrine-mig-fix branchMay 26, 2020 07:18
@fabpotfabpot mentioned this pull requestMay 26, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@nicolas-grekasnicolas-grekasnicolas-grekas approved these changes

@srozesrozeAwaiting requested review from sroze

@weaverryanweaverryanAwaiting requested review from weaverryan

Assignees

No one assigned

Projects

None yet

Milestone

5.1

Development

Successfully merging this pull request may close these issues.

3 participants

@fabpot@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp