If the sql string has an embedded parameter array, extract the arguments from that.
# File lib/sequel/extensions/pg_auto_parameterize.rb, line 95 95: def execute(sql, opts={}) 96: if sql.is_a?(StringWithArray) && (args = sql.args) 97: opts = opts.merge(:arguments=>args) 98: end 99: super 100: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.