Skip to content

Commit 548183e

Browse files
authored
Merge pull request #205 from ahmetsait/record-array
RecordArray works, so enable it
2 parents ac6057c + 95089d9 commit 548183e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dpq2/oids.d

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ bool isSupportedArray(OidType t) pure nothrow @nogc
153153
case LineArray:
154154
case JsonArray:
155155
case JsonbArray:
156+
case RecordArray:
156157
return true;
157158
default:
158159
break;

0 commit comments

Comments
 (0)