A POSSIBLE BUG: The ODBC standard procedure call ("{ CALL function(param) }") is disallowed in ReadOnly ODBC mode whereas "SELECT * FROM function(param)" is let through.

From: Matej Mihelič <Matej(dot)Mihelic(at)neosys(dot)si>
To: "pgsql-odbc(at)postgresql(dot)org" <pgsql-odbc(at)postgresql(dot)org>
Cc: "h-inoue(at)dream(dot)email(dot)ne(dot)jp" <h-inoue(at)dream(dot)email(dot)ne(dot)jp>
Subject: A POSSIBLE BUG: The ODBC standard procedure call ("{ CALL function(param) }") is disallowed in ReadOnly ODBC mode whereas "SELECT * FROM function(param)" is let through.
Date: 2017-08-25 04:13:48
Message-ID: bd1f38e2ec164fb19f774f9518a92589@neosys.si
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

* A POSSIBLE BUG: The ODBC standard procedure call ("{ CALL function(param) }") is disallowed in ReadOnly ODBC mode whereas "SELECT * FROM function(param)" is let through.

Good morning.

Since the ODBC "{CALL..}" statement is translated to a "SELECT..FROM..." this seems like an error.

-- Regards, Matej.

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Andrus 2017-08-25 07:05:08 Re: Connectivity error: Could not convert from the current locale to wide characters
Previous Message Ding, Haiqiang (NSB - CN/Hangzhou) 2017-08-25 03:25:07 Re: The psqlodbcw.so will be crashed during connect to postgres server