cross-solution / YAWIK

YAWIK is a web application. It can be used as an ATS applicant tracking system or as a jobboard.
https://yawik.org
MIT License
125 stars 67 forks source link

[Install] Database name must not contain "." #447

Closed cbleek closed 6 years ago

cbleek commented 6 years ago

dots have do be disallowed in database names

cbleek commented 6 years ago

there is a unittest, which checks the filter

https://github.com/cross-solution/YAWIK/blob/develop/module/Install/test/InstallTest/Filter/DbNameExtractorTest.php

kilip commented 6 years ago

This issue actually is already fixed in (line 49): https://github.com/cross-solution/YAWIK/blob/develop/module/Install/test/InstallTest/Validator/MongoDbConnectionStringTest.php#L49

cbleek commented 6 years ago

Thank you

@TiSiE next time please let us know about your work:-)