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

Fix sessionWrite callback fields #285

Merged
merged 2 commits into from
Oct 2, 2019
Merged

Fix sessionWrite callback fields #285

merged 2 commits into from
Oct 2, 2019

Conversation

lubosdz
Copy link
Contributor

@lubosdz lubosdz commented Oct 2, 2019

Q A
Is bugfix? yes
New feature? no
Breaks BC? no
Tests pass? yes
Fixed issues yiisoft/yii2#17559

This is quite unfortunate cross-package issue, may affect also other databases (only if using session writeCallback). Currently are fixed mysql, mongo, not sure about other RDBMS. New property fields should go actually into MultiFieldSession since it's parent class for all databases. Currently, for faster fix is fields added directly into child class.

@samdark samdark added this to the 2.1.8 milestone Oct 2, 2019
@samdark samdark added the type:bug Bug label Oct 2, 2019
@samdark samdark merged commit 017a06f into yiisoft:master Oct 2, 2019
@samdark
Copy link
Member

samdark commented Oct 2, 2019

Merged. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants