0.16.1
This release contains a bug fix to the SQL server implementation that may cause the server to have issues with starting.
Merged PRs
- 607: Jenkinsfile: Enable AWS remote bats tests in Jenkins.
- 605: {bats,libraries/doltcore/env}: Fix init stomp bug
Dont stomp/save any docs if one or more docs already exist in repo - 604: Skipped bats tests for dolt init stomping existing LICENSE.md and REA…
…DME.md - 603: Schema export specification in bats tests
- 600: Added test for bad error message on only passing one argument to dolt…
… push - 599: Fixed bug for multi-key indexes
- 596: go/store/config: config_test.go: Fix test that fails when running test suite as root.
This can happen when building and running in a golang docker container, for
example. - 595: [WIP] Writable Branches
Still a WIP. Writing additional bats and unit tests. - 594: Tim/bats schema import tags
Skipped bats test for two sequential schema imports causing a guaranteed tag collision - 592: /benchmark/sql_regressions/DoltRegressionsJenkinsfile: Refactor sql-watchers failure email
- 590: Add json to supported output types in dolt sql --help
Fixes #588 - 586: Andy/Init commits don't need migration
If a repo created with an old client ( < 0.16.0) has a branch with only the init commit, newer clients will always register that repo as un-migrated.
This change ignores init commits when checking if a repo has been migrated - 584: Added skipped bats test for DATETIME support in schema import
- 583: go/utils/publishrelease: Run the builds in a docker container to a get managed toolchain.