Re: ODBC changes

From: Hiroshi Inoue <Inoue(at)tpf(dot)co(dot)jp>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC changes
Date: 2001-11-27 08:46:31
Message-ID: 3C0352E6.50E97EF7@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Dave Page wrote:
>
> > -----Original Message-----
> > From: Hiroshi Inoue [mailto:Inoue(at)tpf(dot)co(dot)jp]
> > Sent: 27 November 2001 01:53
> > To: pgsql-odbc(at)postgresql(dot)org
> > Subject: [ODBC] ODBC changes
> >
> >
> > Hi all,
> >
> > I've committed the following changes.
> > psqlodbc driver is now 7.01.0009.
> >
> > 1) Add md5 authentication support thanks to Bruce Momjian.
> > 2) Use abbreviated connection strings more widely. It seems
> > to fix the trouble with PowerBuilder.
> > 3) Fix a few(not all) bugs about SQLetData() reported by
> > Mika Mantyla.
> > 4) Fix an option dialog setting bug.
> > 5) Improve the handling of literals in parse_statement().
> > 6) Improve the internal timestamp scale handling.
> >
>
> Hiroshi,
>
> I just tried to build this for distribution - any idea what I'm missing -
> presumably I need to add a reference to an MD5 library (if there is one in
> VC++)?

I added win_md5.c to interfaces/odbc.
Does win32.mak contain win_md5.obj ?

regards,
Hiroshi Inoue

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2001-11-27 08:59:19 Re: ODBC changes
Previous Message Bruce Momjian 2001-11-27 08:45:20 Re: ODBC changes