Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes.

Поиск
Список
Период
Сортировка
От pgsql-bugs@postgresql.org
Тема Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes.
Дата
Msg-id 200109110734.f8B7Yql77399@hub.org
обсуждение исходный текст
Список pgsql-bugs
Mika Mäntylä (mmantyla@mordor.cs.hut.fi) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Windows 2000 ODBC driver(7.01.0006) crashes.

Long Description
Using the PostgreSql in W2K through ODBC(7.01.0006) the program(psqlodbc.dll) crashes, when trying to insert row with
INTEGERdata type. This does not happen with ODBC driver version 7.01.0005. 

The data I'm trying to dumb is in our DB-aplications internal format in the Example Code section. So with this data the
latestODBC(7.01.0006) driver crashes while ODBC(7.01.0005) driver works fine. 

Sample Code
TABLE DEMO_HOURS_BASE
TASK_ID INTEGER NOT NULL
PRIMARY KEY(TASK_ID)

DUMP DEMO_HOURS_BASE
TASK_ID
125
126

--END--

No file was uploaded with this report

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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: [HACKERS] Build problem with CVS version
Следующее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Bug #447: lost connection to back end