d74ec44
Revert "Fix regression test failures in param-convesrions-test."
d74ec44
d74ec44
As we have applied a downstream patch for reverting the money type patch,
d74ec44
we need to also revert upstream test cases that are not supposed to be passing
d74ec44
in the first place.
d74ec44
This reverts commit eb480e19ee71b19de7f61013bdb4d5abd1cd98e4.
d74ec44
d74ec44
Related discussion:
d74ec44
http://www.postgresql.org/message-id/3259874.lgiBp3an9Y@nb.usersys.redhat.com
d74ec44
---
d74ec44
d74ec44
diff --git a/test/expected/param-conversions.out b/test/expected/param-conversions.out
e761b19
index 777cc94..449a398 100644
d74ec44
--- a/test/expected/param-conversions.out
d74ec44
+++ b/test/expected/param-conversions.out
d74ec44
@@ -72,12 +72,12 @@ Error while executing the query
d74ec44
 
d74ec44
 Testing "SELECT 1.3 > ?" with SQL_C_CHAR -> SQL_FLOAT param "3', 'injected, BAD!', '1"...
d74ec44
 SQLExecDirect failed
d74ec44
-22P02=ERROR: invalid input syntax for type numeric: "3', 'injected, BAD!', '1";
d74ec44
+22P02=ERROR: invalid input syntax for type double precision: "3', 'injected, BAD!', '1";
d74ec44
 Error while executing the query
d74ec44
 
d74ec44
 Testing "SELECT 1.4 > ?" with SQL_C_CHAR -> SQL_FLOAT param "4 \'bad', '1"...
d74ec44
 SQLExecDirect failed
d74ec44
-22P02=ERROR: invalid input syntax for type numeric: "4 \'bad', '1";
e761b19
+22P02=ERROR: invalid input syntax for type double precision: "4 \'bad', '1";
d74ec44
 Error while executing the query
d74ec44
 
d74ec44
 Testing "SELECT 1-?" with SQL_C_CHAR -> SQL_INTEGER param "-1"...