-
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.
feat(csharp): Add ADO.NET client; tests for C# to interop with the Sn…
…owflake Go driver (#1031) This PR introduces - the src/Drivers folder for future iterations, and moves the current C#-based FlightSql driver there. - the test/Drivers folder, moving the current C#-based FlightSql tests there, and adding the Snowflake tests for interoperability with the Snowflake Go driver. - an ADO.NET provider/wrapper over the top of record batches that traditional ADO.NET clients can leverage. - additional testing for `adbc.h` implementation - fixes include implementing the GetValue and the ExecuteUpdate calls for the `AdbcStatementNative` class. --------- Co-authored-by: David Coe <[email protected]> Co-authored-by: Ruoxuan Wang <[email protected]>
- Loading branch information
1 parent
9d4dcb2
commit 059ce57
Showing
57 changed files
with
5,145 additions
and
2,066 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,4 @@ x64 | |
|
||
src/arrow | ||
artifacts/ | ||
TestResults/ |
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
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
Oops, something went wrong.