psqlODBC 08.01.0103 development snapshot

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: pgsql-odbc(at)postgresql(dot)org
Cc: Andrus <eetasoft(at)online(dot)ee>
Subject: psqlODBC 08.01.0103 development snapshot
Date: 2005-12-02 18:00:33
Message-ID: 20051202180033.GC23841@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I've just uploaded psqlODBC 08.01.0103 to pgfoundry.org:
http://pgfoundry.org/frs/?group_id=1000125&release_id=365

This development snapshot fixes:
- RowCount problem in SELECT - but Dave announce it doesn't work in VB6
- Server side prepare - but only first run in allocated statement
(http://pgfoundry.org/tracker/index.php?func=detail&aid=1000460&group_id=1000125&atid=538)
- Table names repeated in BDE with usedeclarefetch=1
- Binding parameters are now freed in SQLCancel
- Skip fetching data for commands

We are not sure if "Binding parameters are now freed in SQLCancel"
doesn't broke your applications. Please try it and send us report.
It's not recommended to use it in production environment without
testing.

Regards,

Luf

Browse pgsql-odbc by date

  From Date Subject
Next Message Ludek Finstrle 2005-12-02 18:07:39 Re: Some changes
Previous Message Ludek Finstrle 2005-12-02 17:29:11 Re: Application crash after error - please help