huwcbjones / COMP2211

SEG
1 stars 0 forks source link

Database::createDB appends ~ to the database file name #14

Closed huwcbjones closed 7 years ago

huwcbjones commented 7 years ago

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

CharlesGdn commented 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, ...)

huwcbjones commented 7 years ago

Fixed in #22