#2236 - Auto-tune does not work / throws RuntimeException (Regression from 12.7.1)

Note we are missing a test on ProfileManager but doing this for now.
This commit is contained in:
rbygrave
2021-06-04 17:46:31 +12:00
parent c9120be347
commit ae4f50e7b3
3 changed files with 7 additions and 15 deletions
@@ -100,7 +100,7 @@ public class OrmQueryDetail implements Serializable {
/**
* Return the detail in string form.
*/
public String asStringDebug() {
public String asString() {
StringBuilder sb = new StringBuilder();
if (baseProps.hasProperties()) {
baseProps.asStringDebug("select ", sb);