Commit 31a9f6f
authored
Fixing update script for schema (#2463)
* Add DefaultValue property to SchemaDesignerColumn and update related logic
* Refactor SchemaDesigner session handling and update method calls for clarity
* Improve session disposal handling and validate connection in SchemaDesignerSession constructor
* Refactor SchemaDesigner session handling and improve report generation logic
* Update DacFx package version to 170.0.81 and comment out unused code in SqlProjectsService
* Adding ref to latest sql proj nuget to get rid of compile errors
* Fix handling of NULL default values in SchemaDesignerModelProvider
* wip sd
* Implement enhancements to improve performance in data processing
* Remove UpdateScript property from SchemaDesignerReportObject
* Rename SchemaDesignerReportObject to SchemaDesignerChangeReport and update references in GetReportResponse
* Refactor SchemaDesigner: remove EventSchemaReady, update column types, and streamline session handling
* Sort available schemas and data types for improved organization
* Remove obsolete NuGet packages: Microsoft.SqlServer.DacFx, Microsoft.SqlServer.DacFx.Projects, and Microsoft.SqlServer.DacFx.Tools
* Refactor SqlProjectsService: update CreateSqlProjectParams and TargetPlatform utility references
* Refactor SchemaDesignerSession: simplify schema designer initialization logic1 parent 4d999fd commit 31a9f6f
File tree
10 files changed
+655
-660
lines changed- src/Microsoft.SqlTools.ServiceLayer/SchemaDesigner
- Contracts
10 files changed
+655
-660
lines changedLines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | 60 | | |
65 | 61 | | |
66 | | - | |
| 62 | + | |
67 | 63 | | |
68 | 64 | | |
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
Lines changed: 0 additions & 229 deletions
This file was deleted.
Lines changed: 2 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
| 108 | + | |
110 | 109 | | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 110 | + | |
126 | 111 | | |
127 | 112 | | |
128 | 113 | | |
| |||
138 | 123 | | |
139 | 124 | | |
140 | 125 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | 126 | | |
148 | 127 | | |
149 | 128 | | |
150 | 129 | | |
151 | 130 | | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | 131 | | |
158 | 132 | | |
159 | 133 | | |
| |||
0 commit comments