class SQLite3::ResultSet::HashWithTypesAndFields

def [] key

def [] key
  key = fields[key] if key.is_a? Numeric
  super key
end