File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818
1919## Grouping expressions
2020- AVG
21- - COUNT
21+ - COUNT and COUNT(DISTINCT)
2222- MAX
2323- MIN
2424- SUM (always returns DOUBLE)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ require (
1919 github.com/src-d/go-borges v0.0.0-20190628121335-da12a84d60fd
2020 github.com/src-d/go-git v4.7.0+incompatible
2121 github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible
22- github.com/src-d/go-mysql-server v0.4.1-0.20190704102044-bbae51955887
22+ github.com/src-d/go-mysql-server v0.4.1-0.20190708083625-b61703ad45cc
2323 github.com/stretchr/testify v1.3.0
2424 github.com/uber-go/atomic v1.4.0 // indirect
2525 github.com/uber/jaeger-client-go v2.16.0+incompatible
Original file line number Diff line number Diff line change @@ -238,8 +238,8 @@ github.com/src-d/go-git v4.7.0+incompatible h1:IYSSnbAHeKmsfbQFi9ozbid+KNh0bKjlo
238238github.com/src-d/go-git v4.7.0+incompatible /go.mod h1:1bQciz+hn0jzPQNsYj0hDFZHLJBdV7gXE2mWhC7EkFk =
239239github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible h1:A5bKevhs9C//Nh8QV0J+1KphEaIa25cDe1DTs/yPxDI =
240240github.com/src-d/go-git-fixtures v3.5.1-0.20190605154830-57f3972b0248+incompatible /go.mod h1:XcIQp7L+k0pgfTqfbaTKj3kxlBv8kYOKZ/tKNXbZFLg =
241- github.com/src-d/go-mysql-server v0.4.1-0.20190704102044-bbae51955887 h1:yGeW4Zia4x5TYP/xPb2rKknO0qoAVZn9IWfw0AbmaPM =
242- github.com/src-d/go-mysql-server v0.4.1-0.20190704102044-bbae51955887 /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
241+ github.com/src-d/go-mysql-server v0.4.1-0.20190708083625-b61703ad45cc h1:Rgz2etoEnslCgMKCfwpKd0hBFrZVxpV33QAXjadVi0o =
242+ github.com/src-d/go-mysql-server v0.4.1-0.20190708083625-b61703ad45cc /go.mod h1:GO8SmBnN9LcKSXy6DYuBbqKtJvrRnHsBrlXvlVOX+NM =
243243github.com/src-d/go-oniguruma v1.0.0 /go.mod h1:chVbff8kcVtmrhxtZ3yBVLLquXbzCS6DrxQaAK/CeqM =
244244github.com/src-d/go-oniguruma v1.1.0 h1:EG+Nm5n2JqWUaCjtM0NtutPxU7ZN5Tp50GWrrV8bTww =
245245github.com/src-d/go-oniguruma v1.1.0 /go.mod h1:chVbff8kcVtmrhxtZ3yBVLLquXbzCS6DrxQaAK/CeqM =
You can’t perform that action at this time.
0 commit comments