-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove unecessary constraint on database name #37020
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
Codecov Report
@@ Coverage Diff @@
## master #37020 +/- ##
=========================================
Coverage 64.75% 64.75%
+ Complexity 19138 19137 -1
=========================================
Files 1270 1270
Lines 74912 74910 -2
Branches 1329 1329
=========================================
Hits 48507 48507
+ Misses 26014 26012 -2
Partials 391 391
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #37020 +/- ##
=========================================
Coverage 64.75% 64.75%
+ Complexity 19138 19137 -1
=========================================
Files 1270 1270
Lines 74912 74910 -2
Branches 1329 1329
=========================================
Hits 48507 48507
+ Misses 26014 26012 -2
Partials 391 391
Continue to review full report at Codecov.
|
In PR #37021 I have run acceptance tests with the various different databases and with database name |
@micbar can you or someone review this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was added loooooong tima ago when mysql had such a limitation. 👍
PR #37057 adds the changelog for this. |
Thx for your quick reviews and move on that matter. Continue the good work. |
Description
Installation of owncloud prevents database name to have dots inside.
This is not a limitation of database (Postgres and Mysql supports this).
Owncloud is adding an artificial barrier here.
#19390
#20381
Related Issue
This topic was mentioned a few time in issues, but these are locked and closed.
Motivation and Context
I'm installing broad list of services, and none of them have ever decided to enforce their own naming constraints by preventing their installation if we don't follow them. I'm using in my example the domain name of the service as database name (as another reporter of this bug did).
How Has This Been Tested?
Installation works out of the box with dotted domain on postgres on my install... for broader tests, I don't have the time right now.
Types of changes
Checklist: