Skip to content

Commit

Permalink
[AD-644] remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
alinaliBQ committed Mar 25, 2022
1 parent 8f83fdf commit 8b55418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odbc/src/query/data_query.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ SqlResult::Type DataQuery::MakeRequestExecute() {
diag.AddStatusRecord(error.GetText());
return SqlResult::AI_ERROR;
}

ReadJdbcColumnMetadataVector(mqlQueryContext.Get()->GetColumnMetadata());

return SqlResult::AI_SUCCESS;
Expand Down

0 comments on commit 8b55418

Please sign in to comment.