File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ package functions
1717import (
1818 "fmt"
1919
20- "github.com/dolthub/doltgresql/postgres/parser/sem/tree"
2120 "github.com/dolthub/go-mysql-server/sql"
2221
22+ "github.com/dolthub/doltgresql/postgres/parser/sem/tree"
2323 "github.com/dolthub/doltgresql/server/functions/framework"
2424 pgtypes "github.com/dolthub/doltgresql/server/types"
2525 "github.com/dolthub/doltgresql/utils"
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ package functions
1717import (
1818 "fmt"
1919
20- "github.com/dolthub/doltgresql/postgres/parser/sem/tree"
2120 "github.com/dolthub/go-mysql-server/sql"
2221
22+ "github.com/dolthub/doltgresql/postgres/parser/sem/tree"
2323 "github.com/dolthub/doltgresql/server/functions/framework"
2424 pgtypes "github.com/dolthub/doltgresql/server/types"
2525 "github.com/dolthub/doltgresql/utils"
Original file line number Diff line number Diff line change 1515package types
1616
1717import (
18- "github.com/dolthub/doltgresql/core/id"
1918 "gopkg.in/src-d/go-errors.v1"
19+
20+ "github.com/dolthub/doltgresql/core/id"
2021)
2122
2223// ErrWrongLengthBit is returned when a value with the incorrect length is inserted into a Bit column.
Original file line number Diff line number Diff line change 1515package types
1616
1717import (
18- "github.com/dolthub/doltgresql/core/id"
1918 "gopkg.in/src-d/go-errors.v1"
19+
20+ "github.com/dolthub/doltgresql/core/id"
2021)
2122
2223// ErrVarBitLengthExceeded is returned when a varbit value exceeds the defined length.
You can’t perform that action at this time.
0 commit comments