Skip to content

Commit 8831c35

Browse files
author
Hiroshi Inoue
committed
Fix a bug reported by Zhou Han.
1 parent 37e37da commit 8831c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/odbc/pgtypes.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1320,7 +1320,7 @@ pgtype_create_params(StatementClass *stmt, Int4 type)
13201320
{
13211321
switch (type)
13221322
{
1323-
case PG_TYPE_CHAR:
1323+
case PG_TYPE_BPCHAR:
13241324
case PG_TYPE_VARCHAR:
13251325
return "max. length";
13261326
default:

0 commit comments

Comments
 (0)