ODBC Driver dbg

From: Test Last <testlaster(at)gmail(dot)com>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: ODBC Driver dbg
Date: 2020-06-05 15:56:51
Message-ID: CANYVb2d8-P7jGOB1=VZfC-gyvkhsaFkzmXfyzsRnPxmxMQHSyw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi everyone

I sincerely hope this mailing list is not inactive,

I want to write a ODBC Driver that simply does selects.
So I downloaded the Postgres ODBC driver source and started looking at it.
It is really neatly written I should add!

I however wonder how one would go about debugging it?
I would like to be able to query something from say... DBeaver ot my
local postgres DB and then STEP through the functions as it goes until
the select process is done. To just see what exactly is happening...
Is there some way I can do that? Which tools will allow me ...
Preferably not Visual Studio since I am on LINUX.

How would the developers of this driver go through something like that?

Thanks

Browse pgsql-odbc by date

  From Date Subject
Next Message Autade, Kalpana (Kalpana) 2020-06-08 11:59:27 (-1/HY000/1) out of memory for query result for getting Bytea
Previous Message Russell F 2020-06-05 15:27:23 Re: [PATCH] Allow field set from a joined query