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

Not respecting $force #42

Merged
merged 1 commit into from
Mar 16, 2016
Merged

Not respecting $force #42

merged 1 commit into from
Mar 16, 2016

Conversation

geekwright
Copy link
Contributor

Fixes #41

@geekwright
Copy link
Contributor Author

After some research, this seems to have been an issue in \ProfileFieldHandler::insertFields for a while. It even got pulled forward to 2.6.

It is doing table ALTER for the custom column. The force flag was set correctly, but was not respected in the alter, which used a query(), not queryF() to make the change. Since it was all done in an HTTP GET, updates were not enabled, so it failed.

mambax7 added a commit that referenced this pull request Mar 16, 2016
@mambax7 mambax7 merged commit 0d3dd30 into XOOPS:master Mar 16, 2016
@geekwright geekwright deleted the fix41 branch March 18, 2016 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants