Contribution to enable refcursor support

From: Adrian Grucza <adrian(dot)grucza(at)iress(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Contribution to enable refcursor support
Date: 2021-03-30 01:18:00
Message-ID: CADF4wWp57iV3A0rKK_TzYXnbuXtS7gpkK0VzrZMfJ+WA97hCGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I'm working on a patch for psqlODBC that I'd like to contribute. Currently
there is code in this project that automatically fetches rows from returned
cursors, but it's not compiled in because the REFCUR_SUPPORT symbol is not
defined. My patch will:

1. Replace the REFCUR_SUPPORT symbol with a proper driver setting
(defaulting to off)
2. Enhance the code to allow fetching of multiple refcursors (instead of
just one)
3. Allow refcursors to be used in conjunction with regular output parameters
4. Include regression tests

What is the best way to make this contribution? I have a postgresql.org
community account, so if I could get the appropriate permissions on the
psqlodbc repository then I could push my changes to be reviewed (once they
are done).

Regards,
Adrian Grucza

Adrian Grucza
Technical Lead
Tel: +61390185800
Mobile: +61432755054
adrian(dot)grucza(at)iress(dot)com
www.iress.com
Level 16, 385 Bourke Street,
Melbourne, Victoria, 3000
The contents of this email originated from Iress. For this purpose Iress includes Iress Limited and/or any of its subsidiaries, holding companies and trading entities. ​If you have received this email in error please notify the sender immediately and delete this email.
nosig

Browse pgsql-odbc by date

  From Date Subject
Next Message Patrick Cheung 2021-04-08 20:49:39 Regression with INSERT/UPDATE...RETURNING statements in driver version 13
Previous Message oki.ichikawa@ctc-g.co.jp 2021-03-25 01:31:49 RE: psql-odbc-driver log