Ticket #10698: 8651.diff
| File 8651.diff, 0.8 kB (added by garru, 9 months ago) |
|---|
-
/Users/gtsang/Work/rails_trunk/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
old new 65 65 end 66 66 67 67 # QUOTING ================================================== 68 69 # Override to return the quoted column name. Defaults to no quoting. 70 def quote_table_name(name) 71 name 72 end 73 68 74 69 # Override to return the quoted table name. Defaults to column quoting. 75 70 def quote_table_name(name) 76 71 quote_column_name(name)