From 8b70c187b26f7ae6be1e7ec952af7733479e9b44 Mon Sep 17 00:00:00 2001 From: Kevin Adler Date: Wed, 14 Aug 2019 19:05:33 -0500 Subject: [PATCH] Fix grammar in section 2.1 --- ODBC 4.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ODBC 4.0.md b/ODBC 4.0.md index a04224f..8c55400 100644 --- a/ODBC 4.0.md +++ b/ODBC 4.0.md @@ -57,7 +57,7 @@ The convenience to existing clients of representing hierarchical data through a For more information on compatibility, see [Section 5, Compatibility](#5-compatibility) # 2.1 ODBC 3.x Errata -The following errata are not intended to describe new functionality but to clarify apply to clarify existing expected ODBC behavior. +The following errata are not intended to describe new functionality but to clarify existing expected ODBC behavior. ## 2.1.1 Types of Data Supported by SQLGetData While the current ODBC Specification calls out the use of *TargetType* for specifying the type of data to be retrieved in SQLGetData, which may differ from the type in the APD or ARD, it is not clear that, when retrieving string or binary data in parts, the same C data type should be specified for each part.