diff --git a/types/cmd/context.go b/types/cmd/context.go index 62a07dae..f2cbb354 100644 --- a/types/cmd/context.go +++ b/types/cmd/context.go @@ -304,6 +304,8 @@ func (ctx *Context) GetParseContext() (*parser.Context, error) { // Get the encoding config encodingConfig := ctx.GetEncodingConfig() + + // Get database db, err := ctx.GetDatabase() if err != nil { return nil, err