Turkish locale support bug in windows ODBC driver - Mailing list pgsql-interfaces

From Ismail Kizir
Subject Turkish locale support bug in windows ODBC driver
Date
Msg-id 000501bf201f$9b987c40$a000aec3@kaplan
Whole thread Raw
List 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 by date:

Previous
From: Nicolas Huillard
Date:
Subject: pgAdmin connection error on NT and W98
Next
From: "Ismail Kizir"
Date:
Subject: