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 6521f36 commit 96c3a1bCopy full SHA for 96c3a1b
frameworks/Java/helidon/nima/src/main/java/io/helidon/benchmark/nima/models/PgClientConnectionPool.java
@@ -73,7 +73,7 @@ static String carrierThread() {
73
public static class PgClientConnection implements AutoCloseable {
74
static final int UPDATE_QUERIES = 500;
75
private static String SELECT_WORLD = "SELECT id, randomnumber from WORLD where id=$1";
76
- private static String SELECT_FORTUNE = "SELECT id, message from FORTUNE";
+ private static String SELECT_FORTUNE = "SELECT * from FORTUNE";
77
78
private PreparedQuery<RowSet<Row>> worldQuery;
79
private PreparedQuery<RowSet<Row>> fortuneQuery;
0 commit comments