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.
2 parents f54bbc9 + 40bc5e2 commit f1afbb8Copy full SHA for f1afbb8
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