1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Update README.md

remove extra quotation mark in ruby readme
This commit is contained in:
Andrea Lam
2017-03-28 15:44:42 -07:00
committed by GitHub
parent d8f8c84601
commit f0f1cc269c

View File

@ -98,7 +98,7 @@ This can be done by running the following code prior to executing queries:
result = client.execute("SET ANSI_NULL_DFLT_ON ON") result = client.execute("SET ANSI_NULL_DFLT_ON ON")
result = client.execute("SET IMPLICIT_TRANSACTIONS OFF") result = client.execute("SET IMPLICIT_TRANSACTIONS OFF")
result = client.execute("SET ANSI_PADDING ON") result = client.execute("SET ANSI_PADDING ON")
result = client.execute("SET QUOTED_IDENTIFIER ON"") result = client.execute("SET QUOTED_IDENTIFIER ON")
result = client.execute("SET ANSI_WARNINGS ON") result = client.execute("SET ANSI_WARNINGS ON")
result = client.execute("SET CONCAT_NULL_YIELDS_NULL ON") result = client.execute("SET CONCAT_NULL_YIELDS_NULL ON")