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 159979e commit c9e09a4Copy full SHA for c9e09a4
sql/sql-annotations/src/main/java/org/quickperf/sql/framework/JdbcSuggestion.java
@@ -21,7 +21,7 @@ public String getMessage() {
21
String bomb = "\uD83D\uDCA3";
22
return bomb + " " + "You may have even more select statements with production data."
23
+ System.lineSeparator()
24
- + " Be careful with the cost of JDBC server roundtrips: "
+ + "Be careful with the cost of JDBC server roundtrips: "
25
+ "https://blog.jooq.org/2017/12/18/the-cost-of-jdbc-server-roundtrips/";
26
}
27
},
0 commit comments