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

Disallow dashes in database prefix #3089

Merged
merged 1 commit into from
Oct 13, 2021

Conversation

mbicknese
Copy link
Contributor

As a temporary fix it has been requested to disallow dashes in the database prefix. The installation process fails when the prefix does include a dash.

#3022

--

*#3022

Changes proposed in this pull request:
The install process will now throw an error when the database prefix contains a dash.

Confirmed

  • Backend changes: tests are green (run composer test).

As a temporary fix it has been requested to disallow dashes in the database prefix. The installation process fails when the prefix does include a dash.

flarum#3022
Copy link
Sponsor Member

@askvortsov1 askvortsov1 left a comment

Choose a reason for hiding this comment

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

LGTM, thank you very much for the contribution!

@askvortsov1
Copy link
Sponsor Member

We're currently in feature freeze for our 1.1 release, so we'll merge this in a bit. Thanks again!

@SychO9 SychO9 linked an issue Oct 1, 2021 that may be closed by this pull request
@mbicknese
Copy link
Contributor Author

Wow, you're fast. I'll continue to look into the bigger issue so we can revert this change later on.

@askvortsov1 askvortsov1 merged commit a654880 into flarum:master Oct 13, 2021
@mbicknese mbicknese deleted the mb/disallow-dash-in-prefix branch October 14, 2021 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dashes in table prefix will prevent installation
3 participants