Thread: Fix test/expected/deprecated.out for older unixodbc releases

Fix test/expected/deprecated.out for older unixodbc releases

From
Christoph Berg
Date:
Hi,

the unixodbc version in Debian wheezy and Ubuntu trusty/precise needs
an alternative test/expected/deprecated_1.out file. The diff between
the two is:

--- test/expected/deprecated.out    2016-01-10 14:25:14.000000000 +0100
+++ test/expected/deprecated_1.out    2016-03-18 19:36:28.625344313 +0100
@@ -5,7 +5,7 @@
 Check for SQLGetConnectOption
 Access type is: read-write
 Check for SQLError
-Error check: ERROR: relation "table_not_here" does not exist;
+Error check: [unixODBC]ERROR: relation "table_not_here" does not exist;
 Error while executing the query
 Check for SQLSetParam
 Result set:


Patch attached.

Christoph

Attachment