We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f8c84 commit f0f1cc2Copy full SHA for f0f1cc2
samples/tutorials/ruby/linux/README.md
@@ -98,7 +98,7 @@ This can be done by running the following code prior to executing queries:
98
result = client.execute("SET ANSI_NULL_DFLT_ON ON")
99
result = client.execute("SET IMPLICIT_TRANSACTIONS OFF")
100
result = client.execute("SET ANSI_PADDING ON")
101
- result = client.execute("SET QUOTED_IDENTIFIER ON"")
+ result = client.execute("SET QUOTED_IDENTIFIER ON")
102
result = client.execute("SET ANSI_WARNINGS ON")
103
result = client.execute("SET CONCAT_NULL_YIELDS_NULL ON")
104
0 commit comments