mishrsud / mvc-mini-profiler

Automatically exported from code.google.com/p/mvc-mini-profiler
0 stars 0 forks source link

Patch for /StackExchange.Profiling/SqlTiming.cs #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
byte[] param support part 2: 
store BitConverter.ToString(bytes) instead of bytes.ToString()

This fixes byte[] params but introduces new issues: 
* The T-SQL format is used (not sure how consistent that is)
* Long byte[] values are just discarded - they're not profiled and it won't be 
obvious to users why.

Original issue reported on code.google.com by keithhe...@gmail.com on 15 Feb 2012 at 11:18

Attachments:

GoogleCodeExporter commented 8 years ago
ok pulled this in 

Original comment by sam.saff...@gmail.com on 19 Feb 2012 at 11:54