Skip to content

Commit 3acc121

Browse files
committed
Add version indicator for ConcatNullYieldsNull and simplify description
1 parent 82eb3b9 commit 3acc121

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/connect/odbc/dsn-connection-string-attribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following table lists the available keywords and the attributes for each pla
2929
| [ClientCertificate](dsn-connection-string-attribute.md#clientcertificate) | | LMW |
3030
| [ClientKey](dsn-connection-string-attribute.md#clientkey) | | LMW |
3131
| [ColumnEncryption](dsn-connection-string-attribute.md#columnencryption---sql_copt_ss_column_encryption) | [SQL_COPT_SS_COLUMN_ENCRYPTION](dsn-connection-string-attribute.md#columnencryption---sql_copt_ss_column_encryption) | LMW |
32-
| [ConcatNullYieldsNull](#concatnullyieldsnull---sql_copt_ss_concat_null) | [SQL_COPT_SS_CONCAT_NULL](#concatnullyieldsnull---sql_copt_ss_concat_null) | LMW |
32+
| [ConcatNullYieldsNull](#concatnullyieldsnull---sql_copt_ss_concat_null) (v18.6+) | [SQL_COPT_SS_CONCAT_NULL](#concatnullyieldsnull---sql_copt_ss_concat_null) | LMW |
3333
| [ConnectRetryCount](connection-resiliency.md) | [SQL_COPT_SS_CONNECT_RETRY_COUNT](connection-resiliency.md) | LMW |
3434
| [ConnectRetryInterval](connection-resiliency.md) | [SQL_COPT_SS_CONNECT_RETRY_INTERVAL](connection-resiliency.md) | LMW |
3535
| [Database](../../relational-databases/native-client/applications/using-connection-string-keywords-with-sql-server-native-client.md) | [SQL_ATTR_CURRENT_CATALOG](../../odbc/reference/syntax/sqlsetconnectattr-function.md) | LMW |
@@ -188,7 +188,7 @@ Controls transparent column encryption (Always Encrypted). For more information,
188188

189189
### ConcatNullYieldsNull - SQL_COPT_SS_CONCAT_NULL
190190

191-
Controls the use of ISO handling of NULL when concatenating strings. For more information, see [SQL_COPT_SS_CONCAT_NULL](../../relational-databases/native-client-odbc-api/sqlsetconnectattr.md#sql_copt_ss_concat_null).
191+
For more information, see [SQL_COPT_SS_CONCAT_NULL](../../relational-databases/native-client-odbc-api/sqlsetconnectattr.md#sql_copt_ss_concat_null).
192192

193193
| Keyword Value | Attribute Value | Description |
194194
|-|-|-|

0 commit comments

Comments
 (0)