This release contains performance and correctness improvements.
Merged PRs
dolt
- 1581: more conservative name regex update
- 1580: Better error message for starting a server on a port in use
- 1567: Performance improvements around unmarshalling schemas.
- 1560: store/perf/suite: Improve testing for errors.
- 1557: Add Max Connections flag for Dolt SQL-Server
- 1552: /integration-tests/compatibility: Added compatibility tests, including large tables
- 1549: Extended naming of foreign keys
- 1548: Fixed FK issue #1546
- 1547: cmd/dolt/commands: fix dropped errors in
diff
andls
.
go-mysql-server
- 382: Fixed system variables
- 379: sql/plan/if_else.go: Handle conditional expressions evaluating to null as false.
- 378: sql/{plan,analyzer}: Add hash lookup functionality for equality condition joins on already cached results.
- 377: sql/plan/join.go: Improve correctness and testing of right joins with scope rows available.
- 376: Bug fix: check constraints were being marked invalid for tables with upper case letters
- 375: Improve an error message
- 372: Improve TestModifyColumn tests
- 371: Added ALTER COLUMN DEFAULT