Re: New release of psqODBC?

From: "Andrus" <eetasoft(at)online(dot)ee>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: New release of psqODBC?
Date: 2006-09-28 15:32:30
Message-ID: efgq05$19b0$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> I'd like to build a new release of psqlODBC to pick up the bug fixes
> you've made from 08.02.0100, ideally before the next PostgreSQL beta
> release. Do you have anything outstanding you'd like to finish/commit
> before I do so?

I noticed the following behaviours in Windows 98 computer using last
snapshot of Unicode
8.2.103 version driver:

1. When correct password is passed to driver, I got error

IM001 Driver does not support this function

2. When incorrect password is entered, invalid page fault error occurs.

MYAPP caused an invalid page fault in
module PSQLODBC35W.DLL at 0167:10038813.
Registers:
EAX=10061600 CS=0167 EIP=10038813 EFLGS=00010297
EBX=00000020 SS=016f ESP=0063acc8 EBP=00000020
ECX=100616ec DS=016f ESI=017d4240 FS=18ff
EDX=0000002e ES=016f EDI=0000000f GS=0000
Bytes at CS:EIP:
8b 0b 89 4c 24 20 8b 86 58 01 00 00 85 c0 7f 07
Stack dump:
017d4240 00000001 fffffffe 017d4240 100616ec 10038d9b 10061618 10051403
017d4240 018e0400 00000000 10041076 017d4240 fffffffe 100616ec 10061618

3. 103 version of driver creates mylog file containing single line even
when logging is turned off.

4. In Windows 98 it is not possible to uninstall 8.1 and 8.2 versions of
driver.
Unistallation finishes but psqlodbc entry remains in Add/Remove programs.

5. 8.1 and 8.2 driver installation creates same name: psqlodbc in add/remove
program list.

For ANSI 8.2.103 version of driver:

6. B9=0 option is not working. boolean columns are returned as
CHARACTER(254) type fields.

Andrus.

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Joshua D. Drake 2006-09-28 22:25:50 PGDG ODBC, ODBCng, DBD::Pg
Previous Message Sim Zacks 2006-09-28 09:35:28 Re: Simple way of storing Access booleans (Yes/No) fields