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

[wip] 1211 mariadb compatibility #1440

Merged
merged 6 commits into from
May 29, 2018
Merged

[wip] 1211 mariadb compatibility #1440

merged 6 commits into from
May 29, 2018

Conversation

luceos
Copy link
Member

@luceos luceos commented May 28, 2018

fixes #1211

This PR keeps track of our compatibility with MariaDB.

  • doctrine/dbal 2.7.0+ is compatible but requires php 7.1

@luceos luceos merged commit b3cbc5d into master May 29, 2018
@luceos luceos deleted the 1211-mariadb-compatibility branch May 29, 2018 03:51
before_install:
- mysql -e 'CREATE DATABASE flarum;'
- if [[ "$DB" == "mysql" || "$DB" == "mariadb" ]]; then mysql -e 'CREATE DATABASE flarum;'; fi
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this needed?

Copy link
Member Author

Choose a reason for hiding this comment

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

Right .. the conditional is unnecessary. Must have snug in.

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.

MariaDB 10.2.7+ nullable date/time (Invalid default value for 'notifications_read_time')
2 participants