We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5a8db commit bbd4830Copy full SHA for bbd4830
pkg/sql/parser/sql.y
@@ -29,11 +29,11 @@ import (
29
30
"go/constant"
31
32
- "github.com/cockroachdb/cockroach/pkg/sql/lex"
33
- "github.com/cockroachdb/cockroach/pkg/sql/privilege"
34
- "github.com/cockroachdb/cockroach/pkg/sql/roleoption"
35
- "github.com/cockroachdb/cockroach/pkg/sql/sem/tree"
36
- "github.com/cockroachdb/cockroach/pkg/sql/types"
+ "github.com/auxten/postgresql-parser/pkg/sql/lex"
+ "github.com/auxten/postgresql-parser/pkg/sql/privilege"
+ "github.com/auxten/postgresql-parser/pkg/sql/roleoption"
+ "github.com/auxten/postgresql-parser/pkg/sql/sem/tree"
+ "github.com/auxten/postgresql-parser/pkg/sql/types"
37
)
38
39
// MaxUint is the maximum value of an uint.
0 commit comments