Disabling scalar functions in a DSN.

Поиск
Список
Период
Сортировка
От Daniel Díaz
Тема Disabling scalar functions in a DSN.
Дата
Msg-id 537C5DC7.6020908@denodo.com
обсуждение исходный текст
Ответы Re: Disabling scalar functions in a DSN.
Список pgsql-odbc
Hi,

I have a few doubts about ODBC scalar function support.

After having installed the driver and created a DSN, is there some flag that can be set to disable support for scalar functions like {fn current_date()}, and in a way that clients can detect by calling SQLGetInfo?

Alternatively, is there a way to configure a DSN so that scalar functions are sent to the database "as themselves", for example {fn current_date()} =====> current_date() ?

Looking in the driver source code, I see a file odbc.sql, that contains Postgres function definitions. What is the purpose of this file? To be able to invoke scalar functions directly without needing the {fn ...} syntax ?

Thanks in advance,
Daniel

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Running regression tests on Windows
Следующее
От: "John C. Frickson"
Дата:
Сообщение: Query buffer allocate error in copy_statement_with_parameters