Thread: Update regression tests to use ODBC 3.X APIs

Update regression tests to use ODBC 3.X APIs

From
Michael Paquier
Date:
Hi all,

Please find attached a patch changing all the regression tests to use
ODBC 3.X APIs. The only things I found was the use of SQLAllocStmt
instead of SQLAllocHandle, and SQLFreeStmt instead of SQLFreeHandle.
Regards,
--
Michael

Attachment

Re: Update regression tests to use ODBC 3.X APIs

From
Heikki Linnakangas
Date:
On 03/24/2014 06:06 AM, Michael Paquier wrote:
> Hi all,
>
> Please find attached a patch changing all the regression tests to use
> ODBC 3.X APIs. The only things I found was the use of SQLAllocStmt
> instead of SQLAllocHandle, and SQLFreeStmt instead of SQLFreeHandle.

Thanks, committed.

- Heikki