Skip to content

Commit e7fb6a7

Browse files
Rokouchabartlomieju
authored andcommitted
fix: Add 'name' column type to decodeText (#76) (#77)
1 parent 7a27fd9 commit e7fb6a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

decode.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ function decodeText(value: Uint8Array, typeOid: number): any {
188188
case Oid.inet:
189189
case Oid.cidr:
190190
case Oid.macaddr:
191+
case Oid.name:
191192
return strValue;
192193
case Oid.bool:
193194
return strValue[0] === "t";

0 commit comments

Comments
 (0)