Whitespaces

上级 919547cc
......@@ -68,8 +68,9 @@ def extract_record(row)
index = 0
length = column_names_with_alias.length
while index < length
column_name,alias_name = column_names_with_alias[index]
column_name, alias_name = column_names_with_alias[index]
hash[column_name] = row[alias_name]
index += 1
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册