OID 2951 is uuid[], not text[]

Fixes #3.
This commit is contained in:
rightfold 2016-12-24 13:47:36 +01:00
parent 370f8ca6b7
commit b4f8b5eaad

View File

@ -60,7 +60,7 @@ my Str:D %types{Int:D} =
25 => 'String',
701 => 'Number',
2950 => 'UUID',
2951 => 'List String',
2951 => 'List UUID',
;
sub process-module(libpq::Connection:D $conn, Str:D $segment --> Str:D) {