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 VLANSwitch table for mysql 5.7 #172

Open
wants to merge 1 commit into
base: maintenance-0.20.x
Choose a base branch
from

Conversation

github138
Copy link
Member

This should fix VLANSwitch table creation with mysql 5.7 and NO_ZERO_DATE enabled (default).

Install works.
Upgrade needs testing because i don't use this feature and have no data!!

@infrastation
Copy link
Member

infrastation commented Jul 14, 2016

The fix to this problem does include the table changes but it also must include a thorough review of the SQL queries and the PHP code that use the table to make sure everything works as before. Commit 8ea0abc was an easy example of such change. I started to verify the changes to VLANSwitch and could do two columns but the other two turned out to be difficult and I didn't want to delay the release, that's why the workaround is in place.

@infrastation
Copy link
Member

infrastation commented Jul 15, 2016

We can get back to this after PR #158 if you want.

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

Successfully merging this pull request may close these issues.

2 participants