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 tracking actions with empty page titles using MySQL 5.6+. #279

Merged
merged 1 commit into from May 18, 2014

Conversation

quba
Copy link
Contributor

@quba quba commented May 17, 2014

Fixes error while tracking actions with empty page title using mysql 5.6 default config (STRICT_TRANS_TABLES) as it won't cast false to 0.

mattab added a commit that referenced this pull request May 18, 2014
…aused by the now-enabled-by-default STRICT_TRANS_TABLES setting.

To prevent such issues let's run all tests against it. Refs #279

Reused Mysql 5.6 gist provided in travis-ci/travis-ci#1986
@mattab
Copy link
Member

mattab commented May 18, 2014

after enabling strict_mode, the bug is reproducible on travis https://travis-ci.org/piwik/piwik/jobs/25438055

mattab pushed a commit that referenced this pull request May 18, 2014
Fix tracking actions with empty page titles using MySQL 5.6+.
@mattab mattab merged commit cb08415 into matomo-org:master May 18, 2014
@quba quba deleted the fix-empty-action-name branch May 18, 2014 10:06
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