Activity overview
Latest activity by Isaac bar Nisan
Setting are not saved
I change the "ConnectionColoringServers" settings and they are not savedתonly if I manually update the XML files in "%localappdata%\Red Gate\SQL Prompt 10".Installed version: 10.13.13.2147
Formatting style - BUG (case when)
There seems to be a bug when formatting the following code:<div>DECLARE @date datetime = NULL</div><div>SELECT @date = CASE WHEN @date IS NULL THEN GETDATE()ELSE @date END</div>In this case there i...