Re: Named parameter binding support

From: "Inoue,Hiroshi" <hinoue205(at)gmail(dot)com>
To: Adrian Grucza <adrian(dot)grucza(at)iress(dot)com>
Cc: pgsql-odbc(at)lists(dot)postgresql(dot)org
Subject: Re: Named parameter binding support
Date: 2021-05-27 22:38:22
Message-ID: CAFGcedV4XPjp+_p_zPCU7_GTkrdWGBC2ynM0yJYY2NSk43mjuw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi Adrian,

I would take care of your patch.

Thanks.
Hiroshi Inoue

2021年5月26日(水) 14:29 Adrian Grucza <adrian(dot)grucza(at)iress(dot)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,
> [image: iress.com] <https://www.iress.com/>
> Adrian Grucza​
> Technical Lead
> Tel: +61390185800
> *adrian(dot)grucza(at)iress(dot)com* <adrian(dot)grucza(at)iress(dot)com>
> *www.iress.com* <https://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
>

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Paul van Rixel 2021-06-09 12:48:58 Data transfer from PG to SQL Server
Previous Message Adrian Grucza 2021-05-26 05:29:24 Named parameter binding support