-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can't create database if the File Path contains blank space! #284
Labels
Comments
Maybe was last connection string commit. For now, try ("filename=c:\temp path\file.db"). I will fix this week |
I found the same issue, and can't get rid of it unless I revert back to pre-regex commit. I tried all reg-ex commits and they all have the same problem. |
mbdavid
added a commit
that referenced
this issue
Aug 24, 2016
This issue seams to have been fixed with 2.0.2 |
Fixed |
github-actions bot
pushed a commit
to Reddevildragg-UPM-Forks/LiteDB
that referenced
this issue
Nov 18, 2020
This issue still occurs in the latest version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an issue with the connection string. If the file path contains the space we will get the error. "An unhandled exception of type 'System.ArgumentNullException' occurred in LiteDB.dll".
It is ok if the path doesn't contain blank space.
For example:
Error case:
Success case:
The text was updated successfully, but these errors were encountered: