should return columns and not types

This commit is contained in:
Victor Bergoo 2015-08-20 12:29:20 +02:00
parent 5b08d2f48b
commit 73cd7dbf05

View file

@ -37,7 +37,7 @@ class SQLite3::ResultSet
# Returns the names of the columns, an `Array(String)`.
def columns
@statement.types
@statement.columns
end
# Advances to the next row. Returns `true` if there's a next row,