ECPG oracle mode test program patch

From: "Shinoda, Noriyoshi" <noriyoshi(dot)shinoda(at)hpe(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, David Rader <davidr(at)openscg(dot)com>, Michael Meskes <meskes(at)postgresql(dot)org>
Subject: ECPG oracle mode test program patch
Date: 2018-03-17 13:25:34
Message-ID: TU4PR8401MB0797C0E3F3208661D0718D9EEED60@TU4PR8401MB0797.NAMPRD84.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi, Hackers

The attached small patch is a modification to the test program of the function recently added to ECPG.
[Add Oracle like handling of char arrays.]
https://git.postgresql.org/pg/commitdiff/3b7ab4380440d7b14ee390fabf39f6d87d7491e2

When the char_array program is executed, the following error occurs in the closed part of the CURSOR.

[NO_PID]: ecpg_check_PQresult on line 54: bad response - ERROR: cursor "cstr" does not exist
[NO_PID]: sqlca: code: 0, state: 00000
[NO_PID]: raising sqlstate 34000 (sqlcode -400): cursor "cstr" does not exist on line 54

The attached patch corrects the cursor name.

Regards,

Noriyoshi Shinoda

Attachment Content-Type Size
char_array.patch application/octet-stream 489 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2018-03-17 13:25:39 Re: disable SSL compression?
Previous Message john frazer 2018-03-17 13:14:07 Problems with Error Messages wrt Domains, Checks