# File lib/jdbc_adapter/jdbc_mssql.rb, line 129
def
quote_string
(
string
)
string
.
gsub
(
/\'/
,
"''"
)
end