Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes. - Mailing list pgsql-bugs

From pgsql-bugs@postgresql.org
Subject Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes.
Date
Msg-id 200109110734.f8B7Yql77399@hub.org
Whole thread Raw
List 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 by date:

Previous
From: Lamar Owen
Date:
Subject: Re: [HACKERS] Build problem with CVS version
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Bug #447: lost connection to back end