VALUES statement AST and parsing #801
Annotations
6 errors and 1 warning
VTop Example:
go/vt/vtgate/semantics/early_rewriter.go#L404
cannot use sel (variable of type sqlparser.TableSubquery) as *sqlparser.Select value in argument to r.rewriteAliasesInOrderBy: need type assertion
|
VTop Example:
go/vt/vtgate/semantics/early_rewriter.go#L428
cannot use stmt (variable of type sqlparser.SelectStatement) as sqlparser.TableSubquery value in argument to sqlparser.GetFirstSelect: sqlparser.SelectStatement does not implement sqlparser.TableSubquery (missing method iTableSubquery)
|
VTop Example:
go/vt/vtgate/semantics/early_rewriter.go#L435
cannot use sel (variable of type sqlparser.TableSubquery) as *sqlparser.Select value in argument to r.rewriteAliasesInGroupBy: need type assertion
|
VTop Example:
go/vt/vtgate/semantics/scoper.go#L300
sel.SelectExprs undefined (type sqlparser.TableSubquery has no field or method SelectExprs)
|
VTop Example:
go/vt/vtgate/semantics/scoper.go#L304
sel.SelectExprs undefined (type sqlparser.TableSubquery has no field or method SelectExprs)
|
VTop Example
Process completed with exit code 2.
|
VTop Example
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|