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

Create doctrine messenger transport table on send#33559

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

Closed
jrjohnson wants to merge2 commits intosymfony:4.3fromjrjohnson:setup-on-send
Closed

Create doctrine messenger transport table on send#33559

jrjohnson wants to merge2 commits intosymfony:4.3fromjrjohnson:setup-on-send

Conversation

@jrjohnson
Copy link
Contributor

QA
Branch?4.3
Bug fix?yes
New feature?no
Deprecations?no
LicenseMIT
Doc PRaligns with existing docs

Create doctrine messenger transport table on send just like it is created on get to match the
documentation and expectations for auto_setup.

Existing documentation athttps://symfony.com/doc/current/messenger.html#doctrine-transport includes:

auto_setupWhether the table should be created automatically during send / get.true

I think this is correct as I'd expect the table to be autocreated on set before get.

Tests are added here, but they don't actually fail correctly and I'm not sure why. I wonder if sqlite or doctrine is auto creating this table on insert when it isn't present. Maybe it's something else that you will see that I'm missing.

Create this table on send just like it is created on get to match thedocumentation and expectations for auto_setup.
Copy link
Contributor

@TobionTobion left a comment

Choose a reason for hiding this comment

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

Could you delete the wrong comment in

please?

auto-setup happens on get and send
@jrjohnson
Copy link
ContributorAuthor

@Tobion, yes. Deleted!

@bendavies
Copy link
Contributor

superseded in#32308 really (which i've not managed to finish off)

@jrjohnson
Copy link
ContributorAuthor

jrjohnson commentedSep 12, 2019
edited
Loading

Oh good@bendavies I was considering that as a next step, I'm glad you're already looking into it. Seems like this should still be merged as a bug fix for release to be enhanced when you finish up that PR?

@nicolas-grekasnicolas-grekas added this to the4.3 milestoneSep 12, 2019
@fabpot
Copy link
Member

Closing in favor of#32308

@fabpotfabpot closed thisSep 25, 2019
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@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

@jrjohnson@bendavies@fabpot@Tobion@nicolas-grekas@carsonbot

[8]ページ先頭

©2009-2025 Movatter.jp