Commit 830627a
Compare-DbaDbSchema - Fix DACPAC-to-DACPAC comparison and Type field
- Add /tdn: argument when comparing two DACPAC files (sqlpackage requires
a target database name even for offline DACPAC-to-DACPAC comparisons)
- Strip 'Sql' prefix from Type field (sqlpackage returns 'SqlTable' etc.
but 'Table' is cleaner for end users and matches test expectations)
(do Compare-DbaDbSchema)
Co-authored-by: Andreas Jordan <andreasjordan@users.noreply.github.com>1 parent 321ef38 commit 830627a
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
212 | 213 | | |
213 | 214 | | |
214 | 215 | | |
| 216 | + | |
215 | 217 | | |
216 | 218 | | |
217 | 219 | | |
218 | 220 | | |
219 | 221 | | |
220 | | - | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
| |||
0 commit comments