Re: ODBC DRIVER v06-40-0002 - Mailing list pgsql-interfaces

From Thomas G. Lockhart
Subject Re: ODBC DRIVER v06-40-0002
Date
Msg-id 3688444A.2D198F9A@alumni.caltech.edu
Whole thread Raw
In response to ODBC DRIVER v06-40-0002  (Byron Nikolaidis <byronn@insightdist.com>)
List pgsql-interfaces
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':

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'

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).

                        - Tom

pgsql-interfaces by date:

Previous
From: "Thomas G. Lockhart"
Date:
Subject: Re: ODBC DRIVER v06-40-0002
Next
From: "Randall W. Barrett"
Date:
Subject: jdbc getTableName, getCatalog, etc.