mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-26 10:37:04 -06:00
* wip * add bats * remove unused * add SELECT dolt_storage_format() * [ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh * prepared test * rename skip_nbf_dolt_1 to skip_nbf_dolt * multidb mode should load databases based on DOLT_DEFAULT_BIN_FORMAT If there is a database in ./.dolt then we use its format to search for other compatible formats. If there is no database in ./.dolt then we use `DOLT_DEFAULT_BIN_FORMAT` to search for other compatible formats. * fix bats * fix check_prepared_tests.sh * fix bats Co-authored-by: druvv <druvv@users.noreply.github.com>