mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-29 11:31:28 -05:00
c42056b15d
Remove implicit directory creation when creating a local db - remove Mkdir from NewLocalStore and NewLocalStoreFactory - add specific error messages for directory does not exist and path is not a directory - add tests for missing directory and path not directory fixes: #3222