Skip to content

Commit

Permalink
fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx committed Nov 4, 2023
1 parent 8680436 commit 30ca5b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowflake_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ pdo_snowflake_handle_factory(pdo_dbh_t *dbh, zval *driver_options) /* {{{ */
&int_attr_value);
PDO_LOG_DBG(
"retryimeout: %d", int_attr_value);
}

if (snowflake_connect(H->server) > 0) {
pdo_snowflake_error(dbh);
Expand Down

0 comments on commit 30ca5b0

Please sign in to comment.