ewaters / altsql-shell

An easily extensible DBI shell, perfect for a drop-in replacement to mysql-client
http://ewaters.github.com/altsql-shell
123 stars 19 forks source link

Time to process query more succinct & not including rendering #7

Closed ewaters closed 12 years ago

ewaters commented 12 years ago

Currently, the time to process a query that's reported is in seconds always, even if it spans minutes. It also reports rendering time, so if you go into a pager, it'll wait until the pager is done before calculating the time. This is a bug.