From 7173919af932f4a79e595cf74688d1d7cb3317ec Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Wed, 6 Feb 2013 22:42:06 -0200 Subject: Add changelog entry for #9203 about schema dumper with db extensions [ci skip] --- .../lib/active_record/connection_adapters/abstract_adapter.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activerecord/lib/active_record/connection_adapters') diff --git a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb index 310d25767b..26f601bf05 100644 --- a/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb +++ b/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb @@ -178,7 +178,7 @@ module ActiveRecord end # A list of extensions, to be filled in by databases that - # support them (at the moment, postgresql) + # support them (at the moment, postgresql). def extensions [] end @@ -186,7 +186,7 @@ module ActiveRecord # QUOTING ================================================== # Returns a bind substitution value given a +column+ and list of current - # +binds+ + # +binds+. def substitute_at(column, index) Arel::Nodes::BindParam.new '?' end -- cgit v1.2.3