Skip to content

Commit

Permalink
[1] Minor fixes for CR.
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndonbauto committed Jul 6, 2021
1 parent 004568a commit bed3ecc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/installer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set(CMAKE_INSTALL_PREFIX ${INSTALL_ROOT})
set(CPACK_PACKAGE_VERSION "${DRIVER_PACKAGE_VERSION}")
if(APPLE)
set(CPACK_PACKAGE_FILE_NAME "AmazonTimestreamODBC-${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGE_NAME "Amazon Timestream ODBC Driver ${BITNESS}-bit ${CPACK_PACKAGE_VERSION}")
set(CPACK_PACKAGE_NAME "Amazon Timestream ODBC Driver ${CPACK_PACKAGE_VERSION}")
elseif(UNIX)
set(CPACK_PACKAGE_FILE_NAME "AmazonTimestreamODBC${BITNESS}-${CPACK_PACKAGE_VERSION}")
if (INSTALLER_TYPE STREQUAL "DEB")
Expand Down
1 change: 0 additions & 1 deletion src/odfesqlodbc/driver_connect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ static RETCODE GetRequirementsAndConnect(const SQLUSMALLINT driver_completion,
return SQL_ERROR;
}
ret_val = CC_connect(conn);

return SQL_SUCCESS;
}

Expand Down

0 comments on commit bed3ecc

Please sign in to comment.