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 3739bf1 commit 90289c1Copy full SHA for 90289c1
frameworks/Ruby/agoo/app.rb
@@ -14,7 +14,7 @@
14
password: 'benchmarkdbpass'
15
})
16
conn.set_error_verbosity(PG::PQERRORS_VERBOSE)
17
- conn.prepare('select_world', 'SELECT * FROM world WHERE id = $1')
+ conn.prepare('select_world', 'SELECT id, randomNumber FROM world WHERE id = $1')
18
conn.prepare('select_fortune', 'SELECT id, message FROM fortune')
19
conn
20
end
0 commit comments