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 2cf78dd commit 06f2d82Copy full SHA for 06f2d82
1 file changed
stdlib/sql.go
@@ -665,7 +665,7 @@ func (r *Rows) ColumnTypeLength(index int) (int64, bool) {
665
case pgtype.VarcharOID, pgtype.BPCharArrayOID:
666
return int64(fd.TypeModifier - varHeaderSize), true
667
case pgtype.VarbitOID:
668
- return int64(fd.TypeModifier), true
+ return int64(fd.TypeModifier), true
669
default:
670
return 0, false
671
}
0 commit comments