Turkish locale support bug in windows ODBC driver

From: "Ismail Kizir" <ikizir(at)teklan(dot)com(dot)tr>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Turkish locale support bug in windows ODBC driver
Date: 1999-10-27 02:04:30
Message-ID: 000501bf201f$9b987c40$a000aec3@kaplan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ismail Kizir 1999-10-27 02:33:27
Previous Message Nicolas Huillard 1999-10-26 16:59:24 pgAdmin connection error on NT and W98