Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow messages to display run time for each batch when there are multiple batches #939

Closed
julielerman opened this issue Jul 14, 2017 · 1 comment

Comments

@julielerman
Copy link

  • MSSQL Extension Version: 1.1.0
  • VSCode Version: 1.14.0
  • OS Version: Windows 10

Steps to Reproduce:

  1. enter two separate queries, separated by GO in teh editor window
  2. execute query for the full windows
  3. Messages window will display start time, starting line # and # of affected rows for each message. Then it will display the total running time.

Is it possible to display the running time for each batch in addition to the total?
THanks

@kevcunnane
Copy link
Contributor

It's a nice suggestion and coding it was quick - I'll have a PR out shortly. I'm going to put this behind a feature flag since I suspect most people will be happy without this level of granularity. If that's wrong we can always change the default in future versions to enable by default. Thanks!

kevcunnane pushed a commit that referenced this issue Jul 15, 2017
… are multiple batches

- Added this feature behind a config flag
- Some time parsing fixes to support this
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants