BUG #2960: missing string replace function ODBC driver

Поиск
Список
Период
Сортировка
От Dave Claes
Тема BUG #2960: missing string replace function ODBC driver
Дата
Msg-id 200702021057.l12AvwUV089050@wwwmaster.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "Adriano"
Дата:
Сообщение: BUG #2959: Non-usual error when using jdbc driver into a Java WebStart application
Следующее
От: "Aaron Logue"
Дата:
Сообщение: BUG #2961: NULL values in subselects force NOT IN to false