This is a patch release. It addressees the following issues:
- Corrected docs for schema export / import commands
- Fixed several fatal bugs involving column defaults
Merged PRs
dolt
- 2709: Bats test refactoring for CHECK constraints
Factored out bats tests for check constraints into their own file. Added skipped test for alter removing constraints. - 2689: libraries/doltcore/merge: fix dropped error
This fixes a dropped error inlibraries/doltcore/merge
. - 2681: Minor updates to schema export/import command documentation
go-mysql-server
- 769: Fixed a bug (just introduced) in resolving default column expressions
Unbreaks dolt
The reason that this bug didn't break the in-memory implementation is it keeps its column defaults reified as Expressions, so it doesn't really use most of the related analyzer machinery - 762: Refactored how grant tables are stored
This refactors a lot of previously-written code to more manageably handle future modifications to the grant tables, and to ease their use and reduce potential development mistakes.
Closed Issues
- 2703: can we deploy my own dolthub likes gitlab, or gerrit in my server?