Named parameter binding support - Mailing list pgsql-odbc

From Adrian Grucza
Subject Named parameter binding support
Date
Msg-id CADF4wWqjnGQ0hDOpL=5q0FPYG-6YV1FnJda3k+0zZHa2bgwCPg@mail.gmail.com
Whole thread Raw
Responses Re: Named parameter binding support  ("Inoue,Hiroshi" <hinoue205@gmail.com>)
List 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,
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
Attachment

pgsql-odbc by date:

Previous
From: "Inoue,Hiroshi"
Date:
Subject: Re: [PATCH] Automatic fetching of refcursors
Next
From: "Inoue,Hiroshi"
Date:
Subject: Re: Named parameter binding support