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 bc73887 commit c578718Copy full SHA for c578718
README.md
@@ -157,7 +157,7 @@ end
157
How about with symbolized keys?
158
159
``` ruby
160
-client.query("SELECT * FROM users WHERE group='githubbers'", :symbolize_keys => true) do |row|
+client.query("SELECT * FROM users WHERE group='githubbers'", :symbolize_keys => true).each do |row|
161
# do something with row, it's ready to rock
162
end
163
```
0 commit comments