SQLiter icon indicating copy to clipboard operation
SQLiter copied to clipboard

Handle file:// url prefix when fixing the databasePath

Open psh opened this issue 3 years ago • 0 comments

Fixed a bug where the database path gained extraneous characters on the end if slashes got stripped from earlier in the string, and added handling for file:// url prefixes in the string, stripping them off as required.

Fixes #57

psh avatar Aug 18 '22 01:08 psh