[ psqlodbc-Bugs-1011099 ] SQLStatistics returns A instead of D for descending index column

Поиск
Список
Период
Сортировка
От
Тема [ psqlodbc-Bugs-1011099 ] SQLStatistics returns A instead of D for descending index column
Дата
Msg-id 20110929222020.00E2A532E2B4@pgfoundry.org
обсуждение исходный текст
Список pgsql-odbc
Bugs item #1011099, was opened at 2011-09-29 18:20
You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1011099&group_id=1000125

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Farid Zidan (faridz)
Assigned to: Nobody (None)
Summary: SQLStatistics returns A instead of D for descending index column

Initial Comment:
PostgreSQL ANSI(x64) 9.00.03.10 on Windows 7 x64
postgresql-x64-9.0 - PostgreSQL Server 9.0 on Windows 7 x64

Example,

create table test_index (
  ds_oid serial not null,
  logid varchar(128) null
);

create index IX_DESC on test_index (
  ds_oid,
  logid desc
);

I get 'A' instead of 'D' for ASC_OR_DESC column of row for 'logid' column of the index on executing SQLStatistics

----------------------------------------------------------------------

You can respond by visiting:
http://pgfoundry.org/tracker/?func=detail&atid=538&aid=1011099&group_id=1000125

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

Предыдущее
От: rh
Дата:
Сообщение: ODBC with Client cers
Следующее
От: Hiroshi Saito
Дата:
Сообщение: Re: Fwd: ODBC breaks on some machines