From 5a131bb8e021de26aaa6cec4cc89598d253b8caf Mon Sep 17 00:00:00 2001 From: RoyZhang2022 <104782736+RoyZhang2022@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:00:15 -0700 Subject: [PATCH] fix bracket missing (#5) --- .../docs/markdown/setup/connection-string.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amazon-timestream-odbc-driver/docs/markdown/setup/connection-string.md b/amazon-timestream-odbc-driver/docs/markdown/setup/connection-string.md index ff3b220dd67c2..d1c867a7f5962 100644 --- a/amazon-timestream-odbc-driver/docs/markdown/setup/connection-string.md +++ b/amazon-timestream-odbc-driver/docs/markdown/setup/connection-string.md @@ -180,7 +180,7 @@ Note: When the username / password are already specified in the DSN, there is no | Error code | Message | Explanation | |------------|---------|-------| -| 01S02 | Re-writing < connection string option > (have you specified it several times? | When user passes < connection string option > more than once in the connection string, this error will happen. Please do not pass in the same connection option more than once in the connection string. When making a connection with a DSN and a connection string, if a connection option is already specified in the DSN, it is not recommended to specify it again in the connection string. +| 01S02 | Re-writing < connection string option > (have you specified it several times?) | When user passes < connection string option > more than once in the connection string, this error will happen. Please do not pass in the same connection option more than once in the connection string. When making a connection with a DSN and a connection string, if a connection option is already specified in the DSN, it is not recommended to specify it again in the connection string. ### Window Dialog