Skip to content

SQLDocument

SQLDocument #71

Triggered via pull request January 11, 2026 18:15
@simukkasimukka
synchronize #66
sqldocument
Status Failure
Total duration 1m 11s
Artifacts

go.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build (mssql): sqltest/sqlcode_test.go#L23
SQL.CodePatch undefined (type sqlcode.Deployable has no field or method CodePatch)
build (mssql): sqlparser/mssql/document.go#L404
fmt.Sprintf format %s has arg result.CreateType of wrong type github.com/vippsas/sqlcode/v2/sqlparser/sqldocument.CreateType
build (mssql): sqlparser/mssql/document.go#L387
fmt.Sprintf format %s has arg createType of wrong type github.com/vippsas/sqlcode/v2/sqlparser/sqldocument.CreateType
build (mssql): cli/cmd/dep.go#L48
invalid operation: cannot call d.CodeBase.Creates (variable of type []sqlparser.Create): []sqlparser.Create is not a function
build (mssql): cli/cmd/dep.go#L44
invalid operation: cannot call d.CodeBase.Errors (variable of type []sqlparser.Error): []sqlparser.Error is not a function
build (mssql): cli/cmd/dep.go#L42
d.CodeBase.HasErrors undefined (type sqlparser.Document has no field or method HasErrors)
build (mssql): cli/cmd/constants.go#L34
invalid operation: cannot call d.CodeBase.Declares (variable of type []sqlparser.Declare): []sqlparser.Declare is not a function
build (mssql): cli/cmd/constants.go#L28
invalid operation: cannot call d.CodeBase.Errors (variable of type []sqlparser.Error): []sqlparser.Error is not a function
build (mssql): cli/cmd/constants.go#L26
d.CodeBase.HasErrors undefined (type sqlparser.Document has no field or method HasErrors)
build (mssql): cli/cmd/build.go#L28
too many arguments in call to sqlcode.Preprocess