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 d806786 commit eda3fa7Copy full SHA for eda3fa7
lib/DBDish/Pg/Native.pm6
@@ -356,6 +356,7 @@ constant %oid-to-type is export = Map.new(
356
1021 => Array[Num], # Array(float4)
357
1022 => Array[Num], # Array(float4)
358
1028 => Array[Int], # Array<oid>
359
+ 1042 => Str, # char(bpchar)
360
1043 => Str, # varchar
361
1082 => Date, # date
362
1083 => Str, # time
0 commit comments