Glimpse's SQL tab shows some queries as orange with an exclamation icon in the leftmost column. Here's an example:
In my research, I found this Stackoverflow question - What does orange mean in Glimpse's SQL tab? - which references issue #435 on Github for this project, which is from 2013 and states:
When a transaction is started but left uncommitted, a warning icon is displayed and the font colour is set to orange.
I don't think this is correct, though, because in my case the stored procedure in question doesn't use a transaction within it and it's not wrapped in a transaction from the .NET code calling it.
So my question is, why is this particular query result in Glimpse's SQL tab orange and decorated with an exclamation icon? There's no tooltip or other help when hovering over the icon, unfortunately.