You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every time I want to copy the query to my DB client, I have to adjust some parameters like datetime values and guid values.
Sometimes the dates even have a suffix '_1' and I have to remove that too.
So in order to execute this in my DB client, I have to put single qoutes around these parameters to get it to work.
It would save me a lot of time to be able to just copy the query out of MiniProfiler and paste it in my DB client.
Please see my screenshot:
(Sorry, I had to blur so much of the screen)
I'm using:
dotnet Core 8
EF Core 8
MS SQL
MiniProfiler 4.3.8
The text was updated successfully, but these errors were encountered:
Every time I want to copy the query to my DB client, I have to adjust some parameters like
datetime
values andguid
values.Sometimes the dates even have a suffix '_1' and I have to remove that too.
So in order to execute this in my DB client, I have to put single qoutes around these parameters to get it to work.
It would save me a lot of time to be able to just copy the query out of MiniProfiler and paste it in my DB client.
Please see my screenshot:
(Sorry, I had to blur so much of the screen)
I'm using:
The text was updated successfully, but these errors were encountered: