unwrap parenthesized table references #89
dependency-test.yml
on: pull_request
test-integration
4m 44s
Annotations
6 errors
test-integration
cannot use MySqlProxy{} (value of type MySqlProxy) as "github.com/dolthub/vitess/go/mysql".Handler value in variable declaration: MySqlProxy does not implement "github.com/dolthub/vitess/go/mysql".Handler (missing method ConnectionAborted)
|
test-integration
cannot use Validator{} (value of type Validator) as "github.com/dolthub/vitess/go/mysql".Handler value in variable declaration: Validator does not implement "github.com/dolthub/vitess/go/mysql".Handler (missing method ConnectionAborted)
|
test-integration
cannot use (*Handler)(nil) (value of type *Handler) as mysql.Handler value in variable declaration: *Handler does not implement mysql.Handler (missing method ConnectionAborted)
|
test-integration
cannot use &interceptorHandler{…} (value of type *interceptorHandler) as mysql.Handler value in return statement: *interceptorHandler does not implement mysql.Handler (missing method ConnectionAborted)
|
test-integration
cannot use handler (variable of type *Handler) as mysql.Handler value in argument to newServerFromHandler: *Handler does not implement mysql.Handler (missing method ConnectionAborted)
|
test-integration
cannot use h (variable of type *Handler) as mysql.Handler value in argument to wrapper: *Handler does not implement mysql.Handler (missing method ConnectionAborted)
|