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

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #446: Windows 2000 ODBC driver(7.01.0006) crashes.
Date: 2001-09-11 07:34:52
Message-ID: 200109110734.f8B7Yql77399@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Mika Mntyl (mmantyla(at)mordor(dot)cs(dot)hut(dot)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 INTEGER data 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 latest ODBC(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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomasz Myrta 2001-09-11 09:55:15 dynamic date
Previous Message Peter Eisentraut 2001-09-11 00:25:06 Re: [BUGS] Build problem with CVS version