Nick Griffith
Nick Griffith
Again, this is happening on SQL Server 2008 R2 and SQL Sever 2005
In SQLClient.m, dbsetlogintime(self.timeout); is called. However, this seems to only apply to login times (I've not been able to successfully test whether or not this one is actually working or...
Martin, I suspected that the reason the query wasn't timing out with the above example was because the dbsettime() only cares about the time between beginning the query and getting...
I've created pull requests. You may see a better way to implement this. I'll close this issue when everything is updated. Renaming the "timeout" property to "loginTimeout" might be something...
As an additional note, these loggers we add in the above example can actually specify their custom formatter and organize the different parts of the log message however they want....