File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88
99### Added
10- - Move to go modules and upgrade bblfsh client version.
10+ - Moved to Go modules.
11+ - Add COMMIT_STATS function
12+ - sql: implement EXPLODE and generators ([ #720 ] ( https://github.com/src-d/go-mysql-server/pull/720 ) )
13+
14+ ### Changed
15+ - Upgrade vitess to v1.8.0 ([ #738 ] ( https://github.com/src-d/go-mysql-server/pull/738 ) )
16+ - Upgrade bblfsh to v4.1.0.
17+ - Upgrade gocloc to latest master 764f3f6ae21e.
18+
19+ ### Fixed
20+ - Fix parsing of quoted identifiers in SHOW CREATE TABLE queries ([ #737 ] ( https://github.com/src-d/go-mysql-server/pull/737 ) )
21+ - sql/analyzer: back-propagate expression names after adding convert ([ #739 ] ( https://github.com/src-d/go-mysql-server/pull/739 ) )
22+ - sql/expression: allow null literals in case branches ([ #741 ] ( https://github.com/src-d/go-mysql-server/pull/741 ) )
23+ - sql/plan: make LEFT and RIGHT join work as expected ([ #743 ] ( https://github.com/src-d/go-mysql-server/pull/743 ) )
24+
1125
1226## [ 0.20.0] - 2019-05-30
1327### Known Issues
You can’t perform that action at this time.
0 commit comments