You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/tutorials/ruby/mac/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,9 +87,9 @@ This can be done by running the following code prior to executing queries:
87
87
result = client.execute("SET ANSI_NULL_DFLT_ON ON")
88
88
result = client.execute("SET IMPLICIT_TRANSACTIONS OFF")
89
89
result = client.execute("SET ANSI_PADDING ON")
90
-
result = client.execute("SET QUOTED_IDENTIFIER ON"")
90
+
result = client.execute("SET QUOTED_IDENTIFIER ON")
91
91
result = client.execute("SET ANSI_WARNINGS ON")
92
92
result = client.execute("SET CONCAT_NULL_YIELDS_NULL ON")
93
93
94
94
## Disclaimers
95
-
The scripts and this guide are copyright Microsoft Corporations and are provided as samples. They are not part of any Azure service and are not covered by any SLA or other Azure-related agreements. They are provided as-is with no warranties express or implied. Microsoft takes no responsibility for the use of the scripts or the accuracy of this document. Familiarize yourself with the scripts before using them.
95
+
The scripts and this guide are copyright Microsoft Corporations and are provided as samples. They are not part of any Azure service and are not covered by any SLA or other Azure-related agreements. They are provided as-is with no warranties express or implied. Microsoft takes no responsibility for the use of the scripts or the accuracy of this document. Familiarize yourself with the scripts before using them.
0 commit comments