-
Notifications
You must be signed in to change notification settings - Fork 1.2k
DOCS-9227: Add curly braces to SQL Server code samples #25799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOCS-9227: Add curly braces to SQL Server code samples #25799
Conversation
| ```yaml | ||
| connector: odbc | ||
| driver: '{ODBC Driver 18 for SQL Server}' | ||
| driver: 'ODBC Driver 18 for SQL Server' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this a placeholder or a literal string?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placeholder, but you can ignore this for now. I forgot to add the "do not merge" label.
|
/merge |
|
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
* Remove curly braces from code sample * Add curly braces to code samples * Add curly braces
What does this PR do? What is the motivation?
Adds curly braces to code samples. Note that the original request was to remove the curly braces, but after speaking to Engineering, they've recommended that we instead add them to all of the samples.
Merge instructions
Additional notes