Regression tests for deprecated functions

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Regression tests for deprecated functions
Date: 2014-03-19 12:27:02
Message-ID: CAB7nPqQhgESjM=F95hNaq7mMULT_CjdrG7Yi9iArHbFzriUkYg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi all,

I have created the attached patch, that adds a new set of regression
tests for all the deprecated functions of ODBC listed here:
http://msdn.microsoft.com/en-us/library/ms716309%28v=vs.85%29.aspx

Btw, I noticed that we use in most of the regression tests deprecated
functions (SQLFreeStmt mainly). I think that we should change them to
the latest ODBC 3.X functions. I don't mind sending another patch for
that...
Regards,
--
Michael

Attachment Content-Type Size
20140319_pgodbc_deprecated.patch text/plain 11.3 KB

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-20 00:15:35 Re: Regression tests for deprecated functions
Previous Message Michael Paquier 2014-03-18 23:17:26 Re: relkind check in info.c