Re: ODBC Open cursors on views

From: "Hiroshi Inoue" <inoue(at)tpf(dot)co(dot)jp>
To: "'Shachar Shemesh'" <psql(at)shemesh(dot)biz>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: ODBC Open cursors on views
Date: 2003-08-20 13:05:07
Message-ID: 000c01c3671b$ae5fd5c0$3d283ddb@PbgX
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Shachar Shemesh [mailto:psql(at)shemesh(dot)biz]
>
> Quoting Shachar Shemesh <psql(at)shemesh(dot)biz>:
>
> I found the source of the problem.
>
> I'm using the CVS version. options.c, line 73, has the following:
> else if (ci->updatable_cursors)
> setval = SQL_CONCUR_ROWVER;
> In other words, if updateable cursors are at all available,
> they will override
> whatever I choose to use for concurrency settings.

Oops my mistake. You are right.
I seem to have forgotten to put an "else" before the previous
"if (ci->drivers.lie)" .
I would commit the fix to cvs tomorrow.

Thanks.
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Bob Nix 2003-08-20 13:44:06 error connecting to PostgreSQL database
Previous Message Shachar Shemesh 2003-08-20 11:25:46 Re: ODBC Open cursors on views