Re: [INTERFACES] Re: ODBC DRIVER v06-40-0002

From: Byron Nikolaidis <byronn(at)insightdist(dot)com>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Pgsql-Interfaces <pgsql-interfaces(at)postgreSQL(dot)org>, Sergio Kessler <ser(at)perio(dot)unlp(dot)edu(dot)ar>, "pgsql-announce(at)postgreSQL(dot)org" <pgsql-announce(at)postgreSQL(dot)org>, John Anderson <panic(at)global(dot)co(dot)za>
Subject: Re: [INTERFACES] Re: ODBC DRIVER v06-40-0002
Date: 1998-12-29 14:57:29
Message-ID: 3688EDD9.FE120238@insightdist.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Thomas G. Lockhart wrote:

> I'm not certain if the code tree is supposed to compile without
> tomorrow's updates, but just in case it should, here's the result of
> compiling on my linux/libc5 box:
>
> execute.c: In function `SQLCancel':
> execute.c:375: `HMODULE' undeclared (first use in this function)
> execute.c:375: (Each undeclared identifier is reported only once
> execute.c:375: for each function it appears in.)
> execute.c:375: parse error before `hmodule'
> execute.c:376: `FARPROC' undeclared (first use in this function)
> execute.c: In function `SQLNativeSql':
>

Oops...Fixed.

> There are a few routines without prototypes:
>
> options.c:44: warning: no previous prototype for `set_statement_option'
> qresult.c:81: warning: no previous prototype for `QR_Constructor'
> results.c:745: warning: no previous prototype for `SC_fetch'

Fixed.

> There are a few mentions of "unused variables" which I think is a result
> of disabling qlog/mylog in my compilation; I can give you some patches
> for those later if you would like (I'm pretty sure that the previous
> version I had released for v6.4 had the same feature).
>
>

I uncommented the MYLOG define for now. If you do have some patches, that
would be great.

Byron

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 1998-12-29 15:10:09 Re: [INTERFACES] jdbc getTableName, getCatalog, etc.
Previous Message Placido Tortosa 1998-12-29 14:15:42 ERROR OBCD and MSQuery