Skip to content

Commit

Permalink
Define non-wide character version of string parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
justing-bq committed Mar 1, 2023
1 parent 66c4eb2 commit 4b440a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions util/installer.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,11 @@ typedef struct DataSource {
unsigned int auth_port;
unsigned int auth_expiration;
SQLWCHAR *auth_secret_id;

SQLCHAR *auth_mode8;
SQLCHAR* auth_region8;
SQLCHAR* auth_host8;
SQLCHAR* auth_secret_id8;

/* Failover */
BOOL enable_cluster_failover;
Expand Down

0 comments on commit 4b440a5

Please sign in to comment.