Fixed that column aliases didn't work as expected with the new MySql411 driver #507 [Demetrius]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@465 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 4ddbe0ac
*SVN*
* Fixed that column aliases didn't work as expected with the new MySql411 driver #507 [Demetrius]
* Fixed that find_all would produce invalid sql when called sequentialy #490 [Scott Baron]
......
......@@ -255,7 +255,7 @@ def unpack_fields_41( data, long_flag_protocol )
def_value = f[7]
max_length = 0
ret << Field::new(table_name, table_name, column_name, length, type, flags, decimals, def_value, max_length)
ret << Field::new(table_name, table_name, column_name_alias, length, type, flags, decimals, def_value, max_length)
end
ret
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册