Re: SQLTables and case sensitivity

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: SQLTables and case sensitivity
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD343@Herge.rcsinc.local
обсуждение исходный текст
Ответ на SQLTables and case sensitivity  ("Chris Ingram" <cingram@intellisync.com>)
Список pgsql-odbc
> I'm running PostgreSQL 8.0 with version 08.01.0003 of the
psqlodbclibpq
> ODBC driver on Microsoft Windows Server 2003.  I've noticed that
> PostgreSQL stores unquoted identifiers as all lower case internally.
> With the ODBC catalog functions such as SQLTables, if I don't specify
> the table name with all lower case, it will not find it.  For example,
> if I create a table:

[...]

> What is the chance that a fix for this case insensitive problem will
be
> made to the official PostgreSQL ODBC driver?

IMO, 100% if you test it and it fixes the behavior you have noticed, and
submit a patch.  I remember looking at this a while back and the
existing code looked bugged.

Merlin

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

Предыдущее
От: "Chris Ingram"
Дата:
Сообщение: SQLTables and case sensitivity
Следующее
От: "Chris Ingram"
Дата:
Сообщение: Re: PATCH: SQLTables and case sensitivity