mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-06 03:09:11 -06:00
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