Fail fast when db name is invalid

Without this commit save operation on first document would fail instead of immediate failure upon connection attempt. Such later failure is much less obvious.
This commit is contained in:
Yurii Andrieiev
2019-04-07 02:02:26 +03:00
parent 827de76345
commit b5213097e8
4 changed files with 45 additions and 1 deletions

View File

@@ -251,3 +251,4 @@ that much better:
* Gleb Voropaev (https://github.com/buggyspace)
* Paulo Amaral (https://github.com/pauloAmaral)
* Gaurav Dadhania (https://github.com/GVRV)
* Yurii Andrieiev (https://github.com/yandrieiev)