aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-08-05 01:09:09 +0200
committerXavier Noria <fxn@hashref.com>2010-08-05 01:09:09 +0200
commitd191db76e04f065e1b0cff3766c818f9b8e2f43a (patch)
tree55988f97c6fb4291ce2d93aa51a11d9c103cf6a3 /activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb
parent589e6977d72b232b6e1af5ef508beddffbcd5f4c (diff)
downloadrails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.tar.gz
rails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.tar.bz2
rails-d191db76e04f065e1b0cff3766c818f9b8e2f43a.zip
standarizes the use of the article "an" for "SQL" and "SQLite"
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb')
-rw-r--r--activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb b/activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb
index 4118ea7b31..a130c330dd 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb
+++ b/activerecord/lib/active_record/connection_adapters/abstract/database_limits.rb
@@ -42,7 +42,7 @@ module ActiveRecord
65535
end
- # the maximum length of a SQL query
+ # the maximum length of an SQL query
def sql_query_length
1048575
end