We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d895934 commit 039758fCopy full SHA for 039758f
lib/sqlite3/database.rb
@@ -719,12 +719,6 @@ def initialize
719
@context = {}
720
end
721
722
- # Set the result of the function to the given error message.
723
- # The function will then return that error.
724
- def set_error(error)
725
- @driver.result_error(@func, error.to_s, -1)
726
- end
727
-
728
# Returns the value with the given key from the context. This is only
729
# available to aggregate functions.
730
def [](key)
0 commit comments