File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 0.22.0-rc2] - 2019-06-24
10
+
9
11
### Fixed
10
12
- Panic on query using EXPLODE ([ #755 ] ( https://github.com/src-d/go-mysql-server/issues/755 ) )
11
13
- Fixed error iterating over non ready repositories ([ src-d/go-borges #54 ] ( https://github.com/src-d/go-borges/pull/54 ) )
12
14
- Error saying value could not be converted to bool.
15
+ - function: make array_length not fail with literal null ([ #767 ] ( https://github.com/src-d/go-mysql-server/pull/767 ) )
13
16
14
17
## [ 0.22.0-rc1] - 2019-06-21
15
18
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
17
17
github.com/src-d/go-borges v0.0.0-20190624135448-6ee47472d565
18
18
github.com/src-d/go-git v4.7.0+incompatible
19
19
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
20
- github.com/src-d/go-mysql-server v0.4.1-0.20190624135918-d9b20c8d6b72
20
+ github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506
21
21
github.com/stretchr/testify v1.3.0
22
22
github.com/uber-go/atomic v1.4.0 // indirect
23
23
github.com/uber/jaeger-client-go v2.16.0+incompatible
Original file line number Diff line number Diff line change @@ -217,16 +217,14 @@ github.com/src-d/enry/v2 v2.0.0 h1:2ADqfDHhroFwL1RGhMS9e15NkEwln8P4AABwVvIdAlo=
217
217
github.com/src-d/enry/v2 v2.0.0 /go.mod h1:qQeCMRwzMF3ckeGr+h0tJLdxXnq+NVZsIDMELj0t028 =
218
218
github.com/src-d/gcfg v1.4.0 h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4 =
219
219
github.com/src-d/gcfg v1.4.0 /go.mod h1:p/UMsR43ujA89BJY9duynAwIpvqEujIH/jFlfL7jWoI =
220
- github.com/src-d/go-borges v0.0.0-20190624123045-3532fdfd0284 h1:aZ6247w3qaUq5GkloR3wT7nPAMq/tjk7Q79dlK4pY64 =
221
- github.com/src-d/go-borges v0.0.0-20190624123045-3532fdfd0284 /go.mod h1:Myl/zHrk3iT/I5T08RTBpuGzchucytSsi6p7KzM2lOA =
222
220
github.com/src-d/go-borges v0.0.0-20190624135448-6ee47472d565 h1:cyTdUPYEW0oGeXNCjZes3aTr+Ent3F2OHD3rm6Qy/bs =
223
221
github.com/src-d/go-borges v0.0.0-20190624135448-6ee47472d565 /go.mod h1:Myl/zHrk3iT/I5T08RTBpuGzchucytSsi6p7KzM2lOA =
224
222
github.com/src-d/go-git v4.7.0+incompatible h1:IYSSnbAHeKmsfbQFi9ozbid+KNh0bKjlorMfQehQbcE =
225
223
github.com/src-d/go-git v4.7.0+incompatible /go.mod h1:1bQciz+hn0jzPQNsYj0hDFZHLJBdV7gXE2mWhC7EkFk =
226
224
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible h1:A5bKevhs9C//Nh8QV0J+1KphEaIa25cDe1DTs/yPxDI =
227
225
github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible /go.mod h1:XcIQp7L+k0pgfTqfbaTKj3kxlBv8kYOKZ/tKNXbZFLg =
228
- github.com/src-d/go-mysql-server v0.4.1-0.20190624135918-d9b20c8d6b72 h1:mdRElTdq3BLiI+olROiWjf4oCmOzWW9PzHYhLMVM5QA =
229
- github.com/src-d/go-mysql-server v0.4.1-0.20190624135918-d9b20c8d6b72 /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
226
+ github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506 h1:VOP2Y52vJhi+ipl/3h+8+Vtt4vySAuMdj2vPduSHsAI =
227
+ github.com/src-d/go-mysql-server v0.4.1-0.20190624170509-8702d43af506 /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
230
228
github.com/src-d/go-oniguruma v1.0.0 h1:JDk5PUAjreGsGAKLsoDLNmrsaryjJ5RqT3h+Si6aw/E =
231
229
github.com/src-d/go-oniguruma v1.0.0 /go.mod h1:chVbff8kcVtmrhxtZ3yBVLLquXbzCS6DrxQaAK/CeqM =
232
230
github.com/src-d/go-oniguruma v1.1.0 h1:EG+Nm5n2JqWUaCjtM0NtutPxU7ZN5Tp50GWrrV8bTww =
You can’t perform that action at this time.
0 commit comments