Skip to content

Commit eda3fa7

Browse files
author
Mark Rushing
committed
Added map for bpchar type (char blank-padded)
1 parent d806786 commit eda3fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/DBDish/Pg/Native.pm6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,7 @@ constant %oid-to-type is export = Map.new(
356356
1021 => Array[Num], # Array(float4)
357357
1022 => Array[Num], # Array(float4)
358358
1028 => Array[Int], # Array<oid>
359+
1042 => Str, # char(bpchar)
359360
1043 => Str, # varchar
360361
1082 => Date, # date
361362
1083 => Str, # time

0 commit comments

Comments
 (0)