Posts
Sort by recent activity
Code Analysis - semicolon statement terminators
Is there any way to warn for missing semicolons on statements? In particular there are situations where missing semicolons can cause unpredictable behavior (THROW).I understand the auto-formatter c...
How to fix git error when refreshing changes
I linked a database to source control which seemed to work without error. However, when I attempt to refresh the list of changes, I receive a git error.
Failed to execute git command 'clean -f -d' ...
Modifying Test Scripts using SQL Test UI Broken Since Updating to 3.0.1.388
Since updating to SQL Test 3.0.1.388, I am unable to edit a test script by double clicking on it in the UI. When I attempt to double click, or use the context menu and choose edit, a new query wind...
Reporting 'Changes' with no actual changes
I linked a SQL 2014 database to a local git repo. After making the initial commit and modifying a single table, SQL Source reports 251 objects have changed. I see the actual change that I made to t...