Let PrettyPrinter hook into renderEnd, rather than executeStart

This commit is contained in:
Lukas Eder 2012-11-02 13:25:07 +01:00
parent 4aa381f842
commit 4233980896

View File

@ -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...