We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6cfd0 commit c346c08Copy full SHA for c346c08
lib/active_record/connection_adapters/sqlserver_adapter.rb
@@ -790,7 +790,7 @@ def repair_special_columns(sql)
790
791
def get_utf8_columns(table_name)
792
utf8 = []
793
- @table_columns ||= []
+ @table_columns ||= {}
794
@table_columns[table_name] ||= columns(table_name)
795
@table_columns[table_name].each do |col|
796
utf8 << col.name if col.is_utf8
0 commit comments