File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ package ast
17
17
import (
18
18
"fmt"
19
19
20
- "github.com/dolthub/doltgresql/server/node"
21
20
vitess "github.com/dolthub/vitess/go/vt/sqlparser"
22
21
23
22
"github.com/dolthub/doltgresql/postgres/parser/sem/tree"
23
+ "github.com/dolthub/doltgresql/server/node"
24
24
)
25
25
26
26
// nodeDiscard handles *tree.Discard nodes.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import (
23
23
"strings"
24
24
"sync/atomic"
25
25
26
- "github.com/dolthub/doltgresql/server/node"
27
26
"github.com/dolthub/go-mysql-server/sql"
28
27
"github.com/dolthub/go-mysql-server/sql/expression"
29
28
"github.com/dolthub/go-mysql-server/sql/plan"
@@ -40,6 +39,7 @@ import (
40
39
"github.com/dolthub/doltgresql/postgres/parser/parser"
41
40
"github.com/dolthub/doltgresql/server/ast"
42
41
pgexprs "github.com/dolthub/doltgresql/server/expression"
42
+ "github.com/dolthub/doltgresql/server/node"
43
43
pgtypes "github.com/dolthub/doltgresql/server/types"
44
44
)
45
45
You can’t perform that action at this time.
0 commit comments