BUG #2960: missing string replace function ODBC driver

From: "Dave Claes" <dave(dot)claes(at)vdp(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2960: missing string replace function ODBC driver
Date: 2007-02-02 10:57:58
Message-ID: 200702021057.l12AvwUV089050@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2960
Logged by: Dave Claes
Email address: dave(dot)claes(at)vdp(dot)com
PostgreSQL version: 8.2.1
Operating system: windows
Description: missing string replace function ODBC driver
Details:

Hello,

In the current ODBC drivers you can't use the string "replace" function.

When the following adjistments are made the "replace" function is available
for the ODBC drivers:

convert.c
74c74
< /* { "REPLACE", "replace" }, ??? */
---
> { "REPLACE", "replace($1,$2,$3)" },

info.c
698a699
> SQL_FN_STR_REPLACE |

Best Regards,

Dave Claes

Browse pgsql-bugs by date

  From Date Subject
Next Message Aaron Logue 2007-02-02 19:01:23 BUG #2961: NULL values in subselects force NOT IN to false
Previous Message Adriano 2007-02-02 10:45:38 BUG #2959: Non-usual error when using jdbc driver into a Java WebStart application