Re: ODBC does not handle WITH clause

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC does not handle WITH clause
Date: 2013-05-24 21:04:01
Message-ID: 519FD5C1.80005@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Joe,

(2013/05/24 3:00), Joe Conway wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 05/23/2013 08:15 AM, Hiroshi Inoue wrote:
>> Psqlodbc drivers take care of with clause just a little. As for the
>> ERROR message, possibly I found at least one of the cause. Could
>> you test the change when I make a patch?
>
> Sure, absolutely.

After further investigation I found that more works are needed
to support WITH CTE statements properly.

We are preparing for the next release.
Is it OK to apply a stopgap patch to fix the ERROR message?
The patch is a one line patch to the current source git but
the patch to 9.1.0200 will be very big.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Inoue 2013-05-24 21:13:23 Re: ODBC SELECT Timeout
Previous Message Joshua Berry 2013-05-24 16:55:19 Segmentation Fault in Postgres server when using psqlODBC