BUG #2960: missing string replace function ODBC driver - Mailing list pgsql-bugs

From Dave Claes
Subject BUG #2960: missing string replace function ODBC driver
Date
Msg-id 200702021057.l12AvwUV089050@wwwmaster.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      2960
Logged by:          Dave Claes
Email address:      dave.claes@vdp.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

pgsql-bugs by date:

Previous
From: "Adriano"
Date:
Subject: BUG #2959: Non-usual error when using jdbc driver into a Java WebStart application
Next
From: "Aaron Logue"
Date:
Subject: BUG #2961: NULL values in subselects force NOT IN to false