Skip to content

Commit 1aba953

Browse files
authored
Moving table designer to sqlcore (#2328)
* init commit * Fix compilation issues * making move item private * Add data contract attributes to classes * Fixing obj name * removing abstract from component prop base as it was giving some issues in JSON serialization.
1 parent e160174 commit 1aba953

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+7412
-7108
lines changed

src/Microsoft.SqlTools.ManagedBatchParser/ReliableConnection/ReliableConnectionHelper.cs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public static class ReliableConnectionHelper
2222
{
2323
private const int PCU1BuildNumber = 2816;
2424
public readonly static SqlConnectionStringBuilder BuilderWithDefaultApplicationName = new SqlConnectionStringBuilder("server=(local);");
25-
2625
private const string ServerNameLocalhost = "localhost";
2726
private const string SqlProviderName = "System.Data.SqlClient";
2827

0 commit comments

Comments
 (0)