Let PrettyPrinter hook into renderEnd, rather than executeStart
This commit is contained in:
parent
4aa381f842
commit
4233980896
@ -56,7 +56,7 @@ public class PrettyPrinter extends DefaultExecuteListener {
|
||||
* Hook into the query execution lifecycle before executing queries
|
||||
*/
|
||||
@Override
|
||||
public void executeStart(ExecuteContext ctx) {
|
||||
public void renderEnd(ExecuteContext ctx) {
|
||||
|
||||
// Create a new factory for logging rendering purposes
|
||||
// This factory doesn't need a connection, only the SQLDialect...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user