-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(csharp/src/Drivers/Interop/Snowflake): add test to demonstrate DE…
…FAULT_ROLE behavior (#2151) - Introduces a test to demonstrate the behavior of using DEFAULT_ROLE for ADBC, and then changes the role using the `adbc.snowflake.sql.role` parameter and validates the user is executing in the new role context. - Closes #2080 Co-authored-by: David Coe <[email protected]>
- Loading branch information
Showing
4 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,6 +26,10 @@ | |
"password": "" | ||
} | ||
}, | ||
"roleInfo": { | ||
"defaultRole": "", | ||
"newRole": "" | ||
}, | ||
"query": "", | ||
"expectedResults": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters