Re: psqlODBC-Driver Test / text fields

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: psqlODBC-Driver Test / text fields
Дата
Msg-id 20060329143450.GG18148@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на Re: psqlODBC-Driver Test / text fields  (Johann Zuschlag <zuschlag2@online.de>)
Ответы Re: psqlODBC-Driver Test / text fields  (Johann Zuschlag <zuschlag2@online.de>)
Список pgsql-odbc
> test-latin1=# select name from kunde order by name asc;
> name
> --------------
> Hühne
> Müller
> Täst
> test
> test-2
> öä-test
> öäüÖÄÜß-test
> (7 Zeilen)
>
> test-latin1=# select name from kunde where name >= 'ö' and name <= 'öz'
> order by name asc;
> name
> ------
> (0 Zeilen)
>
> And please note the following:
>
> test-latin1=# select name from kunde where name >= 'ö' and name <= 'ö'
> order by name asc;
> name
> ------
> (0 Zeilen)
>
> Hmm...

The last query is equivalent with:
select name from kunde where name = 'ö'

So I'm not surprised with the result ;-)

What is the locale for backend? Isn't this the real problem?

When you have the problem in psql client feel free to ask
in another pgsql-* mailing list. It isn't odbc related bug.
Maybe we solve your problem but maybe you get the right advice
faster in another list.

Regards,

Luf

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

Предыдущее
От: Johann Zuschlag
Дата:
Сообщение: Re: psqlODBC-Driver Test / text fields
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: psqlODBC-Driver Test / text fields