Re: Regression tests for deprecated functions

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Regression tests for deprecated functions
Date: 2014-06-12 14:13:00
Message-ID: 5399B56C.5090906@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I spotted one more issue in the regression test for deprecated functions:

The comment in it correctly states, SQLColAttributes has been replaced
with SQLColAttribute. But the regression test then calls
SQLColAttribute, i.e. the new functions, not the deprecated one. I
haven't looked what difference it makes in practice.

(We don't have any other regression tests for the new SQLColAttribute,
which would be nice to have anyway)

- Heikki

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Heikki Linnakangas 2014-06-12 14:18:54 Re: Missing meta data information for bit and bit varying
Previous Message Heikki Linnakangas 2014-06-12 13:30:13 Re: Problem in SQLFreeHandle (Statement)