Re: Fix for SQLStatistics

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Fix for SQLStatistics
Дата
Msg-id 3B01CC59.E99F36B9@tpf.co.jp
обсуждение исходный текст
Ответ на Fix for SQLStatistics  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Fix for SQLStatistics
Re: Fix for SQLStatistics
Список pgsql-odbc
Bruce Momjian wrote:
>
> Attached is a small patch to SQLStatistics() to allow proper information
> about CLUSTER and HASH indexes, as proposed by the ODBC code.  Right now
> the CLUSTER information is not maintained, but the HASH is accurate.
> Also, I found that the tests for UNIQUE and CLUSTER were done using
> atoi().  I don't think that works because these queries return 't' or
> 'f', not 1 or 0.
>

Psqlodbc driver automatically coverts t/f to 1/0.

regards,
Hiroshi Inoue

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Fix for SQLStatistics
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Fix for SQLStatistics