mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
copy-edits e2656e0
This commit is contained in:
@@ -219,7 +219,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Does MySQL support finding primary key on non-Active Record tables?
|
||||
# Returns true.
|
||||
def supports_primary_key? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
@@ -66,7 +66,7 @@ module ActiveRecord
|
||||
sqlite_version >= '3.6.8'
|
||||
end
|
||||
|
||||
# Returns +true+, since this connection adapter supports prepared statement
|
||||
# Returns true, since this connection adapter supports prepared statement
|
||||
# caching.
|
||||
def supports_statement_cache?
|
||||
true
|
||||
@@ -77,7 +77,7 @@ module ActiveRecord
|
||||
true
|
||||
end
|
||||
|
||||
# Does SQLite support finding primary key on non-Active Record tables?
|
||||
# Returns true.
|
||||
def supports_primary_key? #:nodoc:
|
||||
true
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user