Contribution to enable refcursor support

Поиск
Список
Период
Сортировка
От Adrian Grucza
Тема Contribution to enable refcursor support
Дата
Msg-id CADF4wWp57iV3A0rKK_TzYXnbuXtS7gpkK0VzrZMfJ+WA97hCGA@mail.gmail.com
обсуждение исходный текст
Список 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

iress.com
Adrian Grucza  
Technical Lead
Tel: +61390185800
Mobile: +61432755054
adrian.grucza@iress.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

В списке pgsql-odbc по дате отправления:

Предыдущее
От: "oki.ichikawa@ctc-g.co.jp"
Дата:
Сообщение: RE: psql-odbc-driver log
Следующее
От: Patrick Cheung
Дата:
Сообщение: Regression with INSERT/UPDATE...RETURNING statements in driver version 13