# File lib/og/backends/mysql.rb, line 53 def self.escape(str) return nil unless str return Mysql.quote(str) end