Version 2.0

Changes:

  • Added a duration column that shows the elapsed time in microseconds (1000 microseconds is 1 milliseconds). The column was added next to the start and end time columns.
  • Preserve new line in a sql query and show them in the bottom pane.

Fixes:

  • Add a default sort on the start time column.
  • Limit sql queries that the grid shows up to the first 30 000 characters. The grid will only be able to filter within these 30 000 characters. Bottom pane will show the full sql query.
  • Clear the bottom text when clearing the screen.