Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions lib/sqlite3/database.rb
Original file line number Diff line number Diff line change
Expand Up @@ -725,13 +725,6 @@ def set_error(error)
@driver.result_error(@func, error.to_s, -1)
end

# (Only available to aggregate functions.) Returns the number of rows
# that the aggregate has processed so far. This will include the current
# row, and so will always return at least 1.
def count
@driver.aggregate_count(@func)
end

# Returns the value with the given key from the context. This is only
# available to aggregate functions.
def [](key)
Expand Down