Skip to content

Commit

Permalink
INSPECTIT-2285: Database view sort by Duration is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusoe authored and Ivan Senic committed Jan 18, 2017
1 parent a5f7322 commit b9cd232
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -104,7 +104,7 @@ private static enum Column {
/** The max column. */
MAX("Max (ms)", 80, null, TimerDataComparatorEnum.MAX),
/** The duration column. */
DURATION("Duration (ms)", 80, null, TimerDataComparatorEnum.MAX),
DURATION("Duration (ms)", 80, null, TimerDataComparatorEnum.DURATION),
/** The prepared column. */
PREPARED("Prepared?", 80, null, SqlStatementDataComparatorEnum.IS_PREPARED_STATEMENT);

Expand Down

0 comments on commit b9cd232

Please sign in to comment.