Skip to content

Commit ca216b3

Browse files
authored
move to go modules and upgrade bblfsh client version (#847)
move to go modules and upgrade bblfsh client version
2 parents 494e149 + 8363cd4 commit ca216b3

File tree

5,934 files changed

+1149048
-2320221
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,934 files changed

+1149048
-2320221
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ before_script:
2424
- docker exec -it bblfshd bblfshctl driver install php bblfsh/php-driver
2525
- docker exec -it bblfshd bblfshctl driver install go bblfsh/go-driver
2626
- go get -v github.com/go-sql-driver/mysql/...
27+
- go get gopkg.in/src-d/go-git-fixtures.v3/...
2728

2829
script:
2930
- make test-coverage codecov

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
### Added
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+
25+
926
## [0.20.0] - 2019-05-30
1027
### Known Issues
1128
- After updating Vitess MySQL server, we are having some problems connecting from JDBC MariaDB drivers (https://github.com/src-d/gitbase/issues/807) (https://github.com/vitessio/vitess/issues/4603)

0 commit comments

Comments
 (0)