mishrsud / mvc-mini-profiler

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

Odd SQL formatting when lists of ints #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm executing a select from a list of ints:

 SELECT * FROM [table] t WHERE t.ID IN (40,34,3,36,49,44,421,420,4)

In the profiler SQL results this looks like:

 SELECT * FROM [table] t WHERE t.ID IN (4, , ,3, , , 2, 2, )

Original issue reported on code.google.com by keithhe...@gmail.com on 14 Jun 2011 at 9:50

GoogleCodeExporter commented 8 years ago
This has been resolved per: 
http://code.google.com/p/mvc-mini-profiler/source/detail?r=2734b6a465354fbd7bb82
3e063e4abdd5b721ece

Original comment by gdal...@gmail.com on 14 Jun 2011 at 9:42