Re: ODBC changes - Mailing list pgsql-odbc

From Dave Page
Subject Re: ODBC changes
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2E29@woody.vale-housing.co.uk
Whole thread Raw
In response to ODBC changes  (Hiroshi Inoue <Inoue@tpf.co.jp>)
List pgsql-odbc

> -----Original Message-----
> From: Hiroshi Inoue [mailto:Inoue@tpf.co.jp]
> Sent: 11 September 2001 04:52
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] ODBC changes
>
>
> Hi all,
>
> I've committed the following changes.
> Now psqlodbc driver is 7.01.0007.
>
> 1) Most driver options are now DSN options.
> 2) Add a new DSN option *Disallow Premature*.
>    (I hope this would fix bugs reported by
>    Keith Millard and Michael Rudolph).
> 3) Improve FE/BE conversation a little(will
>    fix a bug reported by Kristis Markis).
> 4) Handle esacaped date/time parameters.
> 5) Improve declare/fetch mode a little.
>     (select .. for update/select .. into ..)
> 6) Fix SQLForeignKeys() in multibyte mode.
> 7) Improve procedure calls.
> 8) Fix '\\' handling for bytea type.
> 9) Improve the memory usage in tuple allocation
>    a little.
> 10) Fix a few bugs in parse_statement().
>
> [Internal change]
> 1) Removed all internal ODBC API function calls.
>    (ODBC 3.0 a little for test).
> 2) Renamed psqlodbc.def to psqlodbc_win32.def so as to
>    avoid a conflict with cygwin port.

I've built and packaged this new version now and have included a Merge
Module for those that need it. I'm having a little trouble getting it onto
the ftp server at present, but once it's available for download I'll let the
list know.

Regards, Dave.

pgsql-odbc by date:

Previous
From: "Henshall, Stuart - WCP"
Date:
Subject: Re: 'ODBC call failed' a few seconds after Opening the table in A
Next
From: Dave Page
Date:
Subject: Re: ODBC changes