Development Snapshot 08.02.0002 released

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <pgsql-odbc(at)postgresql(dot)org>
Subject: Development Snapshot 08.02.0002 released
Date: 2006-04-28 08:58:40
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4011CA014@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I have just uploaded a new development snpashot of psqlOBDC (version
08.02.0002) to pgFoundry:

http://pgfoundry.org/frs/?group_id=1000125

This is a development snapshot intended for testing only. The code is
now based on the 'ENHANCED BRANCH', and contains the following changes
since being moved to CVS tip:

Notes: psqlODBC 08.02.0002
Changes:
1) SQL injections via ODBC catalog function calls.
2) Fix SQLNumParams problem related to literal or dollar quote.
3) Call libpq in case of Kerberos authentication.
4) Add E' before literal for after 8.1 severs.
5) Return the correct error message in case of no password.
6) Take E'...' literal expression into account.
7) Fix an SQL_C_WCHAR -> numeric type conversion problem.
8) Refine the handling of io or output parameters.
9) Refine the dollar quote handling.
10) Fix the client_encoding mismatch problem.
11) Fix for SQLStatistics returns UNKNOWN instead of real column names.

Notes: psqlODBC 08.02.0001
Changes:
1) updated CVS tip to the REL-07_03_ENHANCED branch
2) updated the installer for the single driver distribution
3) standardised various filenames that were previously based on build
types
4) standardised the build on ODBC version 3.51

Note that with this release there are no longer separate Unicode and
ANSI builds and the driver is simply named 'PostgreSQL'.

Please log any bugs on the pgFoundry tracker at
http://pgfoundry.org/tracker/?atid=538&group_id=1000125&func=browse

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message noreply 2006-04-28 08:59:02 [ psqlodbc-Bugs-1000573 ] UNICODE-psqlODBC crashes with buffer overrun when connecting to database
Previous Message Hiroshi Inoue 2006-04-28 08:50:15 Re: PG 8 INOUT parameters & ADO