Skip to content

Commit

Permalink
Merge branch 'master-2.0.0' into SNOW-710476-bulk-update-more-features
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-hx authored Dec 23, 2024
2 parents d5ba080 + e107644 commit bd88fe5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions include/snowflake/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@ extern "C" {
/**
* API Name
*/
/* TODO: Temporarily change to ODBC for now to pass the test before
* features (PUT for GCP, multiple statements etc.) unblocked
* on server side.
* Need to revert to C_API when merging to master.
*/
#define SF_API_NAME "ODBC"
#define SF_API_NAME "C API"

/**
* SQLState code length
Expand Down
7 changes: 1 addition & 6 deletions include/snowflake/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,7 @@
#ifndef SNOWFLAKE_CLIENT_VERSION_H
#define SNOWFLAKE_CLIENT_VERSION_H

/* TODO: Temporarily change to ODBC version for now to pass the test before
* features (PUT for GCP, multiple statements etc.) unblocked
* on server side.
* Need to revert to libsfclient version when merging to master.
*/
#define SF_API_VERSION "3.0.1"
#define SF_API_VERSION "2.0.0"


#endif /* SNOWFLAKE_CLIENT_VERSION_H */

0 comments on commit bd88fe5

Please sign in to comment.