Turkish locale support bug in windows ODBC driver

Поиск
Список
Период
Сортировка
От Ismail Kizir
Тема Turkish locale support bug in windows ODBC driver
Дата
Msg-id 000501bf201f$9b987c40$a000aec3@kaplan
обсуждение исходный текст
Список pgsql-interfaces
Hi All,

I am a turkish postgres user.
I think there is a bug in Insight's win98 odbc driver for postgres.
In turkish language, the uppercase of 'i' is 'İ' and the uppercase of 'ı' is
'I'. This is the source of the problem.
The windows driver automatically appends "BEGIN" and "END" statements to
queries.
As you can guess, these are in uppercase ... And when the locale support is
on, the "BEGIN" is treated as "begın" which causes an error.
I think the problem will be handled if those statements will be replaced by
their lowercases : "begin" and "end".
I wrote you this, because i think you wrote that driver. If i am wrong,
please tell me someone who can correct this bug... Or, would please someone
correct it?

Best regards
Ismail Kizir




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

Предыдущее
От: Nicolas Huillard
Дата:
Сообщение: pgAdmin connection error on NT and W98
Следующее
От: "Ismail Kizir"
Дата:
Сообщение: