Skip to content

[wip] 1211 mariadb compatibility#1440

Merged
luceos merged 6 commits intomasterfrom
1211-mariadb-compatibility
May 29, 2018
Merged

[wip] 1211 mariadb compatibility#1440
luceos merged 6 commits intomasterfrom
1211-mariadb-compatibility

Conversation

@luceos
Copy link
Copy Markdown
Contributor

@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
Copy Markdown
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
Copy Markdown
Contributor 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