Closed huwcbjones closed 7 years ago
That shouldn't happen, the tilde is specified in the documentation for creating the DB. It might have been a typo when I created this file in the first place, we should try to see if using the current creation process he still have to same process (createDB method, ...)
Fixed in #22
Database::createDB appends a ~ to the database filename. This will cause problems when an absolute path is given.
E.g:
C:\Users\Test\db.h2
will be saved as~C:\Users\Test\db.h2