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 f1eb12b commit f19ff01Copy full SHA for f19ff01
README.md
@@ -119,8 +119,7 @@ end
119
How about with symbolized keys?
120
121
``` ruby
122
-# NOTE: the :symbolize_keys and future options will likely move to the #query method soon
123
-client.query("SELECT * FROM users WHERE group='githubbers'").each(:symbolize_keys => true) do |row|
+client.query("SELECT * FROM users WHERE group='githubbers'", :symbolize_keys => true) do |row|
124
# do something with row, it's ready to rock
125
end
126
```
0 commit comments