Re: fn TIMESTAMPADD - Mailing list pgsql-odbc

From Clemens Ladisch
Subject Re: fn TIMESTAMPADD
Date
Msg-id 78528ee7-e623-4b1a-22f2-ced3c0802aa4@ladisch.de
Whole thread Raw
In response to fn TIMESTAMPADD  (Matthias Coene <Matthias.Coene@idewe.be>)
List pgsql-odbc
Matthias Coene wrote:
> I seem to have a problem with the TIMESTAMPADD function:
>
>      {fn TimestampAdd(SQL_TSI_YEAR, 18, T54148.GEBOREN)} as c2
>
> [nQSError: 16001] ODBC error state: 42703 code: 1 message: *ERROR: column "sql_tsi_year" does not exist;*

psqlODBC supports neither the TIMESTAMPADD function nor the SQL_TSI_YEAR
keyword, and it correctly reports this lack of support through the
SQLGetInfo function.

Apparently, Oracle BI does not check whether this is supported.
(But it wouldn't be easy for it to work around this even if it checked.)


Regards,
Clemens



pgsql-odbc by date:

Previous
From: Matthias Coene
Date:
Subject: fn TIMESTAMPADD
Next
From: "Eder, Dominik"
Date:
Subject: Error installing latest version