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 0ecac73 commit 9430c4cCopy full SHA for 9430c4c
1 file changed
server/tables/information_schema/sequences_table.go
@@ -15,11 +15,13 @@
15
package information_schema
16
17
import (
18
- "github.com/dolthub/doltgresql/server/functions"
19
- pgtypes "github.com/dolthub/doltgresql/server/types"
+ "strconv"
+
20
"github.com/dolthub/go-mysql-server/sql"
21
"github.com/dolthub/go-mysql-server/sql/information_schema"
22
- "strconv"
23
+ "github.com/dolthub/doltgresql/server/functions"
24
+ pgtypes "github.com/dolthub/doltgresql/server/types"
25
)
26
27
const SequencesTableName = "sequences"
0 commit comments