BUG #2081: ODBC numeric(12,6) SQL_C_CHAR clobbered data

Поиск
Список
Период
Сортировка
От Farid Z
Тема BUG #2081: ODBC numeric(12,6) SQL_C_CHAR clobbered data
Дата
Msg-id 20051130181123.BA519F0B72@svr2.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged online:

Bug reference:      2081
Logged by:          Farid Z
Email address:      farid@zidsoft.com
PostgreSQL version: 8.1
Operating system:   Windows 2000
Description:        ODBC numeric(12,6) SQL_C_CHAR clobbered data
Details:

Server 8.1, ODBC driver PostgreSQL ANSI 8.01.01.00
Driver clobbers data retrieving numeric(12,6) into a SQL_C_CHAR buffer (
allocated buffer size 21 bytes ) ANSI application. numeric( 12,4)works ok.
you can download copy of the application from
http://www.zidsoft.com

CREATE TABLE test_numeric
(
  price numeric(12,6),
)

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

Предыдущее
От: "tre"
Дата:
Сообщение: BUG #2082: not a bug - just a request re user acceptability
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUGs for function returning a SETOF values on linux postgres 8.0.4, the same function runs correctly on win postgres 8.1