Re: 08.01.0105 release and Cancel issues

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Eugene Fokin <elf(at)solvo(dot)ru>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: 08.01.0105 release and Cancel issues
Date: 2005-12-20 15:10:17
Message-ID: 20051220151017.GA23816@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> I've tried this version from development snapshot.
>
> * 1000457. Cancelling statement from another thread is working
> fine. There was normal "ROLLBACK" in thread that called target
> statement.
>
> * 1000476. DateStyle issue is working fine. In both modes of
> auto_commit. Because there was "COMMIT" right after "select
> pg_client_encoding()". So, my first statement was started from "BEGIN",
> and DateStyle setting was committed.

Naice to hear.

> * 1000475. Segmentation fault is still confirmed. I've got it in
> this version too.

We don't fix this behaviour yet.

Thanks for report

Luf

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Philippe CHAMPLEBOUX 2005-12-20 15:30:14 Some problems with psqlODBC
Previous Message noreply 2005-12-20 15:05:50 [ psqlodbc-Bugs-1000476 ] DateStyle and Transaction