-
-
Notifications
You must be signed in to change notification settings - Fork 709
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the ODBC 4.0 modules based on ImportC and deprecate the old ODBC …
…3.5 modules. (#10649)
- Loading branch information
1 parent
40daf61
commit ab9b5cb
Showing
9 changed files
with
3,706 additions
and
9 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
ODBC Bindings in `etc.c.odbc` have been updated to ODBC 4.0. | ||
|
||
ODBC 4.0, via these new bindings, adds the following functionality: | ||
|
||
1. Support for semi-structured data, such as JSON. | ||
2. Collection valued columns. | ||
3. Web-based Authorization flows. | ||
|
||
A full list of new features can be found here: https://github.com/Microsoft/ODBC-Specification/blob/master/ODBC%204.0.md | ||
|
||
Additionally these modules add support for 64-bit ODBC interfaces. |
Oops, something went wrong.