Re: 9.0 Driver

From: Scott Langley <slangley(at)scharp(dot)org>
To:
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: 9.0 Driver
Date: 2010-08-06 17:22:43
Message-ID: 4C5C44E3.10202@scharp.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Looks like they're working on a 9.0 version in the HEAD code tree at the
CVS repository.

http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/docs/

Maybe you could try building it?

http://psqlodbc.projects.postgresql.org/win32-compilation.html
http://psqlodbc.projects.postgresql.org/unix-compilation.html

Regards,

Scott Langley
slangley(at)scharp(dot)org

psqlODBC release notes
------------------------------------------------------------------------

psqlODBC 09.00.0100 Prep Release

Changes:
1.) Allow password which contains special characters like {,},=,;.
2.) Add a new data source option which makes it possible to use Kerberos
for Windows library to reply to GSSAPI authentication request.
3.) Native support for SSPI Kerberos or Negaotiate service. It may be
useful for the 64-bit drivers.
4.) Fix an oversight of Memory overflow handling.
5.) Removed "#define SQL_WCHART_CONVERT" which causes a trouble on some
platforms.
6.) Removed the use of misused strcat_s together with snprintf_s (bug
report from Jap-Peter Seifert) and use strlcat instead of strncat.
7.) Fix a bug about pre-execute behavior in case of protocol v2 or earlier.
8.) Use poll() instead of select() when it's available.
9.) Take comments or line comments in a query into account.
10.) Fix a crash bug on authentication failures.
11.) Take --without-iodbc(unixODBC) configure option into account.
12.) Apply the patch by Peter Crabtree which fixes a crash bug.
13.) Improve the handling of bools_as_char case.
14.) Fix a bug when creating a connection string.

Jason Tesser wrote:
> Is there a 9.0 Driver?
>
> Thanks,
> Jason Tesser
> dotCMS Lead Development Manager
> 1-305-858-1422

In response to

  • 9.0 Driver at 2010-08-06 10:13:38 from Jason Tesser

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2010-08-06 20:49:07 Re: 9.0 Driver
Previous Message Jason Tesser 2010-08-06 10:13:38 9.0 Driver