edge-sql icon indicating copy to clipboard operation
edge-sql copied to clipboard

Add support for passing the SqlCommand.CommandTimeout property

Open btleffler opened this issue 11 years ago • 2 comments

  • Timeout defaults to 30 seconds - http://msdn.microsoft.com/en-us/library/system.data.sqlclient.sqlcommand.commandtimeout%28v=vs.110%29.aspx

In reference to issue: https://github.com/tjanczuk/edge/issues/211

Note: Hilariously, I didn't notice this pull request from @Miramac before I did this. Feel free to ignore. I just want make sure this feature request isn't completely forgotten. :wink:

btleffler avatar Nov 25 '14 17:11 btleffler

I'd love for you to accept this pull request, timeout is something I'm definitely looking for!

z3ugma avatar Oct 31 '17 17:10 z3ugma

I have created a fork with support for commandTimeout: https://github.com/agracio/edge-ms-sql

agracio avatar Oct 31 '17 18:10 agracio