From: | "Inoue, Hiroshi" <h-inoue(at)dream(dot)email(dot)ne(dot)jp> |
---|---|
To: | Daniil Megrabyan <danil(dot)megrabjan(at)gmail(dot)com> |
Cc: | pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: [HY000] no error information; Error while preparing parameters |
Date: | 2017-02-05 00:26:50 |
Message-ID: | bea7518f-ef0e-b385-e6f1-fdf7bfc531e2@dream.email.ne.jp |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-odbc |
Hi Daniil,
On 2017/02/04 23:39, Daniil Megrabyan wrote:
>> 4 февр. 2017 г., в 17:06, Inoue, Hiroshi <h-inoue(at)dream(dot)email(dot)ne(dot)jp> написал(а):
>>
>>>> 3 февр. 2017 г., в 16:50, Inoue, Hiroshi <h-inoue(at)dream(dot)email(dot)ne(dot)jp> написал(а):
>>>>
>>>> On 2017/02/03 17:06, Daniil Megrabyan wrote:
>>>>> Hi,
>>>>>
>>>>> _Sometimes_ I’m getting very «informative» error message on SQLExecute(). The query is quite easy, but I’m guessing that error comes from the driver(or driver manager though?). What should I check?
>>>> Could you take mylog output and send it to me?
>> Thanks for the Mylog output.
>> Could you tell me the definition of core_message table?
> For sure.
> CREATE TABLE Сore_Message (
> id int8 NOT NULL DEFAULT nextval('core_message_id_seq'::regclass),
> channel_id int8 NOT NULL,
> date timestamp(6) NOT NULL,
> member_id int8 NOT NULL,
> reply_id int8
> )
> WITH (OIDS=FALSE);
Thanks.
Unfortunately I can't reproduce your case.
Though I found a suspicious place thanks to the mylog you sent, there is
not enough
information in the log unfortunately.
Could you build the drivers from source?
regards,
Hiroshi Inoue
From | Date | Subject | |
---|---|---|---|
Next Message | Daniil Megrabyan | 2017-02-05 07:34:27 | Re: [HY000] no error information; Error while preparing parameters |
Previous Message | Daniil Megrabyan | 2017-02-04 14:39:06 | Re: [HY000] no error information; Error while preparing parameters |