71 72 73
# File 'lib/FluidDb/TinyTds.rb', line 71 def escape_string( input ) return @connection.escape( input ) end