Re: libpq enabled psqlodbc - Mailing list pgsql-odbc

From Zoltan Boszormenyi
Subject Re: libpq enabled psqlodbc
Date
Msg-id 42C4C537.9020102@dunaweb.hu
Whole thread Raw
In response to libpq enabled psqlodbc  ("Anoop Kumar" <anoopk@pervasive-postgres.com>)
List pgsql-odbc
Anoop Kumar írta:
> We made quite some progress with libpq enabled version of psqlodbc.
>
> Here are the four phases of this:
>
>
>
> Phase 1     Connecting to the database through libpq library
>
> Phase 2     Mapping the Socket ResultSet class with libpq class
>
> Phase 3     Using the libpq mapped classes in all the related areas
>
> Phase 4     Retrieving ResultSet and displaying it to the end user
>
>
>
> We have completed the first three phases and currently working on the
> fourth one. But lot more work needs to be done as the affected code
> spans almost the entire odbc code, which needs a thorough checking. I
> expect the patch to be submitted in next week.
>
>
>
> Regards
>
>
>
> Anoop

Thanks for the great news! May I have some questions, though?
Do your changes make the problems I reported in the past few weeks
go away?

- Complex queries (with OUTER JOIN or subqueries) fetch only
   0 or 1 rows, the following SQLFetch(hStmt) returns error.
- SQLCancel does not work

Best regards,
Zoltán Böszörményi

pgsql-odbc by date:

Previous
From: Jonathan Fuerth
Date:
Subject: Re: libpq enabled psqlodbc
Next
From: "Anoop Kumar"
Date:
Subject: Re: libpq enabled psqlodbc