You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to create a new database with name "test" using the web interface
Actual behavior
Exception: unable to create the db because its name ("../databases/test") contains invalid characters
Steps to reproduce
The error is located in "EmbeddedDatabase" line 154.
The code suppose that the path is written using the platform's path separator ("File.separator") BUT this is not necessary true.
In this case, the path is "../databases/test" in Linux-like format, BUT in Windows the path separator is "\".
The text was updated successfully, but these errors were encountered:
ArcadeDB Version: 22.2.1
JDK Version: 11
OS: Windows 10
Expected behavior
to create a new database with name "test" using the web interface
Actual behavior
Exception: unable to create the db because its name ("../databases/test") contains invalid characters
Steps to reproduce
The error is located in "EmbeddedDatabase" line 154.
The code suppose that the path is written using the platform's path separator ("File.separator") BUT this is not necessary true.
In this case, the path is "../databases/test" in Linux-like format, BUT in Windows the path separator is "\".
The text was updated successfully, but these errors were encountered: