class ActiveRecord::ConnectionAdapters::SQLite3Adapter::StatementPool
def initialize(connection, max)
def initialize(connection, max) super @cache = Hash.new { |h,pid| h[pid] = {} } end
def initialize(connection, max) super @cache = Hash.new { |h,pid| h[pid] = {} } end