Update regression tests to use ODBC 3.X APIs

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Update regression tests to use ODBC 3.X APIs
Date: 2014-03-24 04:06:21
Message-ID: CAB7nPqQXPNJ7HFcYGY3Bo_BBmEtDq4L7fupSd=qwxtGHWmkOZQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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 Content-Type Size
20140324_pgodbc_regress_updatefuncts.patch text/plain 12.0 KB

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-03-24 04:32:13 Missing test for SQLGetConnectOption in deprecated function test
Previous Message Harmeek Bedi 2014-03-22 04:49:17 Building odbc driver on windows