Обсуждение: Update regression tests to use ODBC 3.X APIs

Поиск
Список
Период
Сортировка

Update regression tests to use ODBC 3.X APIs

От
Michael Paquier
Дата:
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

Вложения

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

От
Heikki Linnakangas
Дата:
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