SQLite already supports named bind arguments, so use directly.
Return a hash with the same values as the given hash, but with the keys converted to strings.
# File lib/sequel/adapters/sqlite.rb, line 275 275: def map_to_prepared_args(hash) 276: args = {} 277: hash.each{|k,v| args[k.to_s.gsub('.', '__')] = v} 278: args 279: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.