# File lib/jdbc_adapter/jdbc_sqlite3.rb, line 163
def
quote_string
(
str
)
str
.
gsub
(
/'/
,
"''"
)
end