From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-odbc(at)postgresql(dot)org> |
Subject: | Re: ODBC Developers |
Date: | 2004-07-16 06:22:38 |
Message-ID: | 200407160822.38999.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-odbc |
Dave Page wrote:
> 1) ODBC 3 compliance should be checked. Are all the required ODBC
> functions present. Do they work as expected.
A brief status on this: We have all ODBC 3 functions in the code, but
the following functions claim various forms of "not (fully)
implemented":
BrowseConnect
ColumnPrivileges
DescribeParam
GetDescRec
SetDescRec
Whether any function works as expected is of course undecidable. :-)
> 2) Ditto, Unicode versions of all the functions.
We have almost all the required Unicode functions, but some functions
are in the file odbcapi25w.c, which is not linked in anywhere. What's
up with that? The function GetDescRecW is completely missing.
The additional required SQL functions are also mostly present, but there
seems to be some duplication/overlap between convert.c and odbc.sql,
that isn't quite clear to me yet.
Overall it looks quite good from the conformance point of view.
--
Peter Eisentraut
http://developer.postgresql.org/~petere/
From | Date | Subject | |
---|---|---|---|
Next Message | Dann Corbit | 2004-07-16 06:38:55 | Re: [pgsql-hackers-win32] Weird new time zone |
Previous Message | Alvaro Herrera | 2004-07-16 06:13:25 | Re: XLogWrite: write request 0/53A4000 is past end of log 0/53A4000 |
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2004-07-16 07:17:59 | Re: pgODBC and Unicode |
Previous Message | lists | 2004-07-16 01:40:24 | Re: time columns: ms-access bound controls |