Skip to content

Commit 8726d2f

Browse files
Merge pull request #36630 from Theekshna/dev/ttk/addKnownIssuesForODBCRelease
Add bcp_bind issue under known issues for ODBC 18.6.1.1
2 parents 0ed003c + 0c870ef commit 8726d2f

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/connect/odbc/windows/release-notes-odbc-sql-server-windows.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ For the ARM64 driver: [Chinese (Simplified)](https://go.microsoft.com/fwlink/?li
3333
| ConcatNullYieldsNull property | Added support for ConcatNullYieldsNull property as both a connection string property and a registry key option. |
3434
| New distribution supported | Added x86 support on Windows ARM64. |
3535

36+
### Known issues in 18.6.1.1
37+
38+
#### Terminator issue in bcp_bind
39+
40+
When you use a terminator as the separator in `bcp_bind` for strings, two consecutive terminators in data can mean either a `NULL` value or an empty string. The ODBC driver can't distinguish between empty strings and null strings.
41+
42+
- Before the 18.6.1.1 release, the ODBC driver interpreted consecutive terminators (zero-length data) as empty strings.
43+
- In the 18.6.1.1 release, the ODBC driver interprets zero-length data as a NULL value instead of an empty string.
44+
3645
## Previous Releases
3746

3847
## 18.5.2

0 commit comments

Comments
 (0)