From: Hiroshi Inoue Date: Fri, 5 Jul 2002 01:31:41 +0000 (+0000) Subject: Fix a bug reported by Zhou Han. X-Git-Tag: REL7_3~1251 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8831c35a19582184fb4a6e9211b6bb4d6082b4db;p=postgresql Fix a bug reported by Zhou Han. --- diff --git a/src/interfaces/odbc/pgtypes.c b/src/interfaces/odbc/pgtypes.c index 39b363c743..6f3d1df3a9 100644 --- a/src/interfaces/odbc/pgtypes.c +++ b/src/interfaces/odbc/pgtypes.c @@ -1320,7 +1320,7 @@ pgtype_create_params(StatementClass *stmt, Int4 type) { switch (type) { - case PG_TYPE_CHAR: + case PG_TYPE_BPCHAR: case PG_TYPE_VARCHAR: return "max. length"; default: