Repository: ignite Updated Branches: refs/heads/master 08ab9af8a -> 06c4068bb
Fixed C++ test version fail. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/06c4068b Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/06c4068b Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/06c4068b Branch: refs/heads/master Commit: 06c4068bb891567853904d81c67ae6d3d8e0427d Parents: 08ab9af Author: Igor Sapego <[email protected]> Authored: Mon Dec 4 19:30:31 2017 +0300 Committer: Igor Sapego <[email protected]> Committed: Mon Dec 4 19:30:31 2017 +0300 ---------------------------------------------------------------------- modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/06c4068b/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp ---------------------------------------------------------------------- diff --git a/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp b/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp index e628fb6..ad1236c 100644 --- a/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp +++ b/modules/platforms/cpp/odbc-test/src/sql_get_info_test.cpp @@ -185,8 +185,8 @@ BOOST_AUTO_TEST_CASE(TestValues) CheckStrInfo(SQL_DRIVER_NAME, "Apache Ignite"); CheckStrInfo(SQL_DBMS_NAME, "Apache Ignite"); CheckStrInfo(SQL_DRIVER_ODBC_VER, "03.00"); - CheckStrInfo(SQL_DRIVER_VER, "02.03.0000"); - CheckStrInfo(SQL_DBMS_VER, "02.03.0000"); + CheckStrInfo(SQL_DRIVER_VER, "02.04.0000"); + CheckStrInfo(SQL_DBMS_VER, "02.04.0000"); CheckStrInfo(SQL_COLUMN_ALIAS, "Y"); CheckStrInfo(SQL_IDENTIFIER_QUOTE_CHAR, ""); CheckStrInfo(SQL_CATALOG_NAME_SEPARATOR, ".");
