Обсуждение: psqlODBC 8.01.0104 Development snapshot

Поиск
Список
Период
Сортировка

psqlODBC 8.01.0104 Development snapshot

От
Ludek Finstrle
Дата:
Hello,

  I announce new development snapshot with this informations:

Release Name: psqlodbc 8.01.0104

Notes:
This is next development snapshot with mainly stability fixes.
It's recommended to upgrade from 8.01.0103 to this snapshot.

It contains only psqlodbca.dll and psqlodbcw.dll. You can install it
only over some installed release version with additional DLLs.

Changes:
List of fixes:
1) psqlodbc-autocommit_off.diff
   add commit after set basic options in SQLDriverConnect when autocommit is turned off
2) psqlodbc-bindparam_count_error.diff
   driver doesn't fail when there isn't bind enough parameters
3) psqlodbc-colattributes_manual_result.diff
   collattributes doesn't work since switch to libpq.
   There is still problem with select '' as xx from table
4) psqlodbc-fetchcursor.diff
   SQLTables after SQLExecDirect has problem with GetData for all rows
5) psqlodbc-paramlen.diff
   grow MAXKEYLEN for SQLConfigDataSource
6) psqlodbc-server_side_prepare2.diff
   repair behaviour of more queries in one statement

If you encountered some problems with earlier development snapshot
try this. Feel free to report bugs.

Regards,

Luf

Re: psqlODBC 8.01.0104 Development snapshot

От
"Dave Page"
Дата:
Hi Luf

> -----Original Message-----
> From: pgsql-odbc-owner@postgresql.org
> [mailto:pgsql-odbc-owner@postgresql.org] On Behalf Of Ludek Finstrle
> Sent: 09 December 2005 22:17
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] psqlODBC 8.01.0104 Development snapshot
>

I think all the outstanding patches are applied now except for the
cancel/abort patch, and psqlodbc-bindparam_count_error.diff which I
cannot find in my mailer, the archives, or on the bug tracker. Can you
forward it to me with a brief description please?

Thanks for your efforts :-)

Regards, Dave.

Re: psqlODBC 8.01.0104 Development snapshot

От
Ludek Finstrle
Дата:
> > Subject: [ODBC] psqlODBC 8.01.0104 Development snapshot
>
> I think all the outstanding patches are applied now except for the
> cancel/abort patch, and psqlodbc-bindparam_count_error.diff which I
> cannot find in my mailer, the archives, or on the bug tracker. Can you
> forward it to me with a brief description please?

It's http://archives.postgresql.org/pgsql-odbc/2005-12/msg00040.php
You wrote patch applied as response to the mail.

It seems that mail archive include text attachements and forget its
names.

Do you think that I release dev snapshots too frequently?

Regards,

Luf

Re: psqlODBC 8.01.0104 Development snapshot

От
"Dave Page"
Дата:

> -----Original Message-----
> From: Ludek Finstrle [mailto:luf@pzkagis.cz]
> Sent: 10 December 2005 05:52
> To: Dave Page
> Cc: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] psqlODBC 8.01.0104 Development snapshot
>
> > > Subject: [ODBC] psqlODBC 8.01.0104 Development snapshot
> >
> > I think all the outstanding patches are applied now except for the
> > cancel/abort patch, and psqlodbc-bindparam_count_error.diff which I
> > cannot find in my mailer, the archives, or on the bug
> tracker. Can you
> > forward it to me with a brief description please?
>
> It's http://archives.postgresql.org/pgsql-odbc/2005-12/msg00040.php
> You wrote patch applied as response to the mail.
>
> It seems that mail archive include text attachements and forget its
> names.

Ah that one. OK thanks.

> Do you think that I release dev snapshots too frequently?

No - I'm just quote busy at the moment and having trouble keeping up
with your speedy work :-)

Regards. Dave.