[#2872] Possible StackOverflowError when using plain SQL tables with inlined QueryParts
This commit is contained in:
parent
bcd073a402
commit
6d726aaa5c
@ -56,7 +56,7 @@ class SQLTable extends AbstractTable<Record> {
|
||||
private final QueryPart delegate;
|
||||
|
||||
public SQLTable(QueryPart delegate) {
|
||||
super(delegate.toString());
|
||||
super("table");
|
||||
|
||||
this.delegate = delegate;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user