[Source]
# File lib/sequel/adapters/tinytds.rb, line 186 186: def map_to_prepared_args(hash) 187: args = {} 188: hash.each{|k,v| args[k.to_s.gsub('.', '__')] = v} 189: args 190: end
[Validate]