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 f54bbc9 commit 40bc5e2Copy full SHA for 40bc5e2
lib/sqlite3/resultset.rb
@@ -70,7 +70,6 @@ def initialize db, stmt
70
def reset(*bind_params)
71
@stmt.reset!
72
@stmt.bind_params(*bind_params)
73
- @eof = false
74
end
75
76
# Query whether the cursor has reached the end of the result set or not.
0 commit comments