This release supports ALTER TABLE MODIFY COLUMN statements.
Merged PRs
- 1321: disable query diff
query diff was a little known feature that was not well documented and was the source of a large amount of maintenance work. We can recover this from git in the future, or reimplement once it is a priority. - 1317: Removed extraneous diff.go file
- 1312: bats tests for primary key column change diff panic
- 1309: added two skipped bats
- 1306: Check constraints on commit
- 1299: Vinai/dolt merge Part 1. Just Fast Forward Merge
This pr starts the Dolt_Merge process that works with a fast forward. - 1290: Added DELIMITER support to the dolt shell
- 1281: ALTER TABLE MODIFY COLUMN
Adds support for changing column types.
Closed Issues
- 1313: Dolt diff panics if you rename a primary key using ALTER