A proposal to change psqlodbc - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject A proposal to change psqlodbc
Date
Msg-id 3AE4D65F.E21B424F@tpf.co.jp
Whole thread Raw
Responses Re: A proposal to change psqlodbc  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: A proposal to change psqlodbc  ("Johann Zuschlag" <zuschlag2@online.de>)
List pgsql-odbc
Hi all,

Currently psqlodbc calls ODBC functions(SQLXXXX())
internally in pretty many places. This seems
confusing to me and I'd like to change as follows.

1) Move the current implementation of SQLXXXX()
   to PG_XXXX() and so SQLXXXX() is never called
   internally(call PG_XXXX() instead).
2) SQLXXXX() simply calls PG_XXXX().

2) is the first step and would be changed in the
near future. For example translation_dll would be
called outside PG_XXXX(but inside SQLXXXX) to avoid
duplicate calls.

If there's no objection, I would change the current
source in a week or so.

Comments ?

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: Access 2000 - ADO
Next
From: Tom Lane
Date:
Subject: Re: A proposal to change psqlodbc