Re: Named parameter binding support - Mailing list pgsql-odbc

From Inoue,Hiroshi
Subject Re: Named parameter binding support
Date
Msg-id CAFGcedV4XPjp+_p_zPCU7_GTkrdWGBC2ynM0yJYY2NSk43mjuw@mail.gmail.com
Whole thread Raw
In response to Named parameter binding support  (Adrian Grucza <adrian.grucza@iress.com>)
List pgsql-odbc
Hi Adrian,

I would take care of your patch.

Thanks.
Hiroshi Inoue


2021年5月26日(水) 14:29 Adrian Grucza <adrian.grucza@iress.com>:
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,
iress.com
Adrian Grucza  
Technical Lead
Tel: +61390185800
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 by date:

Previous
From: Adrian Grucza
Date:
Subject: Named parameter binding support
Next
From: Paul van Rixel
Date:
Subject: Data transfer from PG to SQL Server