mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user