Skip to content

Commit

Permalink
Handle fdb lookup {173214655}
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Ponomarenko <mponomarenko@bloomberg.net>
  • Loading branch information
mponomar authored and akshatsikarwar committed Oct 12, 2023
1 parent f7275e7 commit e2a6397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdb2api/cdb2api.c
Original file line number Diff line number Diff line change
Expand Up @@ -3144,7 +3144,7 @@ static int cdb2_send_query(cdb2_hndl_tp *hndl, cdb2_hndl_tp *event_hndl,
features[n_features++] = CDB2_CLIENT_FEATURES__SQLITE_ROW_FORMAT;
}

if ((hndl->flags & CDB2_REQUIRE_FASTSQL) != 0) {
if (hndl && (hndl->flags & CDB2_REQUIRE_FASTSQL) != 0) {
features[n_features++] = CDB2_CLIENT_FEATURES__REQUIRE_FASTSQL;
}

Expand Down

0 comments on commit e2a6397

Please sign in to comment.