Skip to content

Commit 5acef24

Browse files
authored
Merge pull request #1272 from Ebbele/master
postgres Driver is missing types import on non nullable char column
2 parents e6989a7 + dc8cee1 commit 5acef24

File tree

1 file changed

+3
-0
lines changed
  • drivers/sqlboiler-psql/driver

1 file changed

+3
-0
lines changed

drivers/sqlboiler-psql/driver/psql.go

+3
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,9 @@ func (p PostgresDriver) Imports() (importers.Collection, error) {
10481048
"types.Decimal": {
10491049
ThirdParty: importers.List{`"github.com/volatiletech/sqlboiler/v4/types"`},
10501050
},
1051+
"types.Byte": {
1052+
ThirdParty: importers.List{`"github.com/volatiletech/sqlboiler/v4/types"`},
1053+
},
10511054
"types.BytesArray": {
10521055
ThirdParty: importers.List{`"github.com/volatiletech/sqlboiler/v4/types"`},
10531056
},

0 commit comments

Comments
 (0)