Skip to content

Commit

Permalink
Fix documentation of SQlite3Adapter.columns
Browse files Browse the repository at this point in the history
As of e781aa3 SQLite3Column has been dropped.
  • Loading branch information
a3gis committed Jul 25, 2014
1 parent c093216 commit 8f32ddb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -385,7 +385,7 @@ def table_exists?(table_name)
table_name && tables(nil, table_name).any?
end

# Returns an array of +SQLite3Column+ objects for the table specified by +table_name+.
# Returns an array of +Column+ objects for the table specified by +table_name+.
def columns(table_name) #:nodoc:
table_structure(table_name).map do |field|
case field["dflt_value"]
Expand Down

0 comments on commit 8f32ddb

Please sign in to comment.