Activity overview
Latest activity by alexw
Bug in SQL Compare with scripts folder for a UDT datetime2(2)
I've got a user defined type of datetime2(2). Comparing a database with the scripts folder always shows a difference with this UDT as the SQL Compare interprets the script as datetime2 not datetime...
I've upgraded to 10.0.5 released yesterday - that appears to have fixed the issue thank you. / comments
I've upgraded to 10.0.5 released yesterday - that appears to have fixed the issue thank you.
I'm on 10.0.1... I'll upgrade and see if this fixes it. / comments
I'm on 10.0.1... I'll upgrade and see if this fixes it.
SQL Prompt's behaviour has changed - when writing strings it auto fills from objectlist
SQL prompt is now autosuggesting within strings. This is very annoying as strings just become object names.A specific example that's disrupting my workflow:It's not common to have a $ in an object ...
Bug: SQL Prompt not parsing string concatenation within the OPENJSON function.
SQL Server allows for the path parameter to be constructed within OPENJSON. Using this functionality prevents SQL Prompt to run Code Formatting/Correction on the query.CROSS APPLY OpenJson(D.JSONCo...