Named parameter binding support

From: Adrian Grucza <adrian(dot)grucza(at)iress(dot)com>
To: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Named parameter binding support
Date: 2021-05-26 05:29:24
Message-ID: CADF4wWqjnGQ0hDOpL=5q0FPYG-6YV1FnJda3k+0zZHa2bgwCPg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi all,

I've attached a patch that adds support for named parameter binding when
calling procedures or functions. Applications can use SQLSetDescField to
specify parameter names, as described at
https://docs.microsoft.com/en-us/sql/odbc/reference/develop-app/binding-parameters-by-name-named-parameters

Notes:
* Works for input and output parameters
* Regression tests enhanced to include binding parameters by name

Regards,

Adrian Grucza
Technical Lead
Tel: +61390185800
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

Attachment Content-Type Size
0001-Named-parameter-binding-support.patch application/octet-stream 13.8 KB

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Inoue,Hiroshi 2021-05-27 22:38:22 Re: Named parameter binding support
Previous Message Inoue,Hiroshi 2021-05-19 12:54:44 Re: [PATCH] Automatic fetching of refcursors