Skip to content

Commit e0f84f4

Browse files
Vijay NayarSingingBush
Vijay Nayar
authored andcommitted
Process type BPCHAR the same way that text is processed.
Fixes: #130.
1 parent 74a1da9 commit e0f84f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/ddbc/drivers/pgsqlddbc.d

+1
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,7 @@ version(USE_PGSQL) {
615615
v[col] = parse!double(s);
616616
break;
617617
case VARCHAROID:
618+
case BPCHAROID:
618619
case TEXTOID:
619620
case NAMEOID:
620621
v[col] = s;

0 commit comments

Comments
 (0)