diff options
author | Satoshi Kinoshita <[email protected]> | 2013-01-10 15:23:37 +0900 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-03-27 16:47:52 +0100 |
commit | 16ea8d79a1df685acf92d338d6843144b6a85d1d (patch) | |
tree | cc8c9e8069b7407bc5faceda2af2d4445b031f4b /lib/odbc/test/odbc_query_SUITE.erl | |
parent | 2a19b42b91ba3521b4ee5f19910d90870b02b084 (diff) | |
download | otp-16ea8d79a1df685acf92d338d6843144b6a85d1d.tar.gz otp-16ea8d79a1df685acf92d338d6843144b6a85d1d.tar.bz2 otp-16ea8d79a1df685acf92d338d6843144b6a85d1d.zip |
postgresql test case for 64bit bug for param_query
Diffstat (limited to 'lib/odbc/test/odbc_query_SUITE.erl')
-rw-r--r-- | lib/odbc/test/odbc_query_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/odbc/test/odbc_query_SUITE.erl b/lib/odbc/test/odbc_query_SUITE.erl index 2f8f364304..56550bfaa6 100644 --- a/lib/odbc/test/odbc_query_SUITE.erl +++ b/lib/odbc/test/odbc_query_SUITE.erl @@ -177,7 +177,7 @@ stored_proc(doc)-> stored_proc(suite) -> []; stored_proc(Config) when is_list(Config) -> case ?RDBMS of - oracle -> + X when X == oracle; X == postgres-> Ref = ?config(connection_ref, Config), {updated, _} = odbc:sql_query(Ref, |