Skip to content

unwrap parenthesized table references #89

unwrap parenthesized table references

unwrap parenthesized table references #89

Triggered via pull request June 13, 2024 20:14
Status Success
Total duration 4m 52s
Artifacts

dependency-test.yml

on: pull_request
test-integration
4m 44s
test-integration
Fit to window
Zoom out
Zoom in

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)