Commit Graph

1636 Commits

Author SHA1 Message Date
Lewis Sanchez
ddfc86fe04 Additional Execution Plan Node Properties for Highlighting Expensive Operators (#1683)
* Adds cost metric information to the node.

* Gets the elapsed CPU time by the node operation

* Renames DTO property to row metrics

* Removes unused class

* Simplify checks for row property values

* Cleans up model for node cost metrics

* Removes duplicate code

* Switching to primitive type empty string

* Code review changes
2022-09-29 13:09:37 -07:00
Cheena Malhotra
7c5d48b111 Fix dependencies, leading to compile time warnings (#1713)
* Fix dependencies, leading to compile time warnings

* Some more cleanup

* Fix spacing
2022-09-28 20:32:40 -07:00
Hai Cao
04c64223e2 [Table Designer] Only show index hash options when table is memory-optimized (#1714) 2022-09-28 10:26:59 -07:00
Benjamin Russell
af2c0c77e7 Export to Markdown Support (#1705)
* Adding file writer for Markdown tables. No testing yet.

* Unit tests for the markdown writer

* Wiring up the factory and and request types

* Wiring up changes for Markdown serialization in serialization service

* Couple last minute tweaks

* Changes as per PR comments

* Revert temp testing code. 🙈

* Fluent assertions in SerializationServiceTests.cs

Co-authored-by: Ben Russell <russellben@microsoft.com>
2022-09-27 11:55:43 -07:00
Alex Ma
5c20f92312 [Loc] added string changes (#1712) 2022-09-26 16:14:43 -07:00
Alex Hsu
5636374c58 LEGO: Merge pull request 1711
LEGO: Merge pull request 1711
2022-09-26 08:34:15 -07:00
Alex Hsu
67620856c6 LEGO: Merge pull request 1710
LEGO: Merge pull request 1710
2022-09-25 08:35:21 -07:00
Alex Hsu
cd2dc0bc67 LEGO: Merge pull request 1709
LEGO: Merge pull request 1709
2022-09-24 08:37:13 -07:00
Hai Cao
11fef3a5db [Table Designer] Fix columnstore wording 2022-09-23 16:44:34 -07:00
Alex Ma
fca115fb91 [Loc] added generated resx and xlf files (#1706) 2022-09-22 17:37:27 -07:00
M-Patrone
88eaa64755 Feature rename sql objects (#1686) 2022-09-22 14:42:23 -07:00
Jordan Hays
ec1bb0e9ec Remove dropped ledger columns from Edit Data columns (#1691)
* remove dropped ledger columns from Edit Data columns

* moving dropped ledger filtering to column retrieval from SMO

* fix clear and initialize placement and retrieve DefaultConstraintName
2022-09-19 16:22:54 -07:00
Alan Ren
5274d3a604 allow reorder of pk columns (#1703) 2022-09-19 14:47:22 -07:00
Alex Ma
9955ef65ff [Loc] xlf resx update (#1702) 2022-09-19 10:15:27 -07:00
Alex Hsu
527c82fde4 LEGO: Merge pull request 1701
LEGO: Merge pull request 1701
2022-09-17 08:35:49 -07:00
Charles Gagnon
072b3c7c78 Cleanup message handling (#1700) 2022-09-16 20:29:06 -07:00
Charles Gagnon
e763d2463d Remove unused test server types (#1699)
* Remove unused test server types

* Don't use secure file

* Correct password
2022-09-16 16:58:06 -07:00
Charles Gagnon
5e0302a95f Output verbose logging during tests (#1698)
* Output verbose logging during tests

* fix compile
2022-09-16 16:57:06 -07:00
Charles Gagnon
019481e8db Use MemoryStream instead of stdout for outgoing messages during integration tests (#1696)
* filter

* test

* run all

* Redirect to memorystream

* revert temp changes
2022-09-16 15:38:53 -07:00
Cheena Malhotra
006ac60923 Upgrade solution to .NET 6.0.9 (Build with .NET SDK v6.0.401) (#1692) 2022-09-16 11:27:52 -07:00
Hai Cao
676819f669 Bump DacFx to support table rename in table designer (#1695) 2022-09-16 11:16:39 -07:00
Cheena Malhotra
d031f01d53 Fix a tiny typo in RulesEngineTests (#1693) 2022-09-16 10:32:55 -07:00
Alan Ren
6e007e6e68 preload database when database node is expanded (#1690) 2022-09-15 09:56:23 -07:00
Jordan Hays
8bdf1d8451 Dropped Ledger Columns folders for ledger primary tables (#1688)
* dropped ledger columns strings, nodetypes, definition

* work in progress

* WIP- dropped columns folder showing for all tables

* Dropped Ledger Column folder only for primary ledger tables

* cleaning up

* undoing changes to kusto layer

* formatting

* undoing formatting

* undoing formatting

* removing IsLedger property and instead filtering on NodeTypeId

* updating column path test
2022-09-14 17:43:39 -07:00
junierch
fddf73407e Mark Premium-series SQL MI SKUs as GA (#1684) 2022-09-13 08:38:08 -07:00
Alex Ma
b5f7e6a310 [Loc] update to xlfs and resx for 9-9-2022 (#1685) 2022-09-09 15:43:28 -07:00
Alex Hsu
eb58d3684b LEGO: Merge pull request 1682
LEGO: Merge pull request 1682
2022-09-09 08:34:37 -07:00
Alex Ma
2b7f1d2605 [Loc] update to xlf and resx for 9/8/2022 (#1680) 2022-09-08 14:30:44 -07:00
Jordan Hays
c2b0e33c9c Update ledger object SubTypes so they can be utilized for context menu handling (#1677) 2022-09-08 12:24:36 -07:00
Hai Cao
8c9c3359c3 add a PrimaryKey property to identify its tab (#1679) 2022-09-08 10:52:07 -07:00
Alex Hsu
4cfc607953 LEGO: Merge pull request 1678
LEGO: Merge pull request 1678
2022-09-08 08:36:08 -07:00
Hai Cao
bb38bcc5c8 bump DacFx to bring in table designer fixes (#1675) 2022-09-07 15:48:21 -07:00
Kim Santiago
97eac2539a remove copying Microsoft.Data.Tools.Schema.SqlTasks.targets (#1674) 2022-09-07 10:41:43 -07:00
Alex Ma
ca6d270fcd [Loc] xlf resx update for 9-6-2022 (#1673) 2022-09-06 14:04:01 -07:00
Alex Ma
00ad16e796 Alex/fixforretrysleeping (#1669)
* added getResponseConnect function

* added WIP changes to getResponseConnect

* changed retry number to be smaller number

* added comments and changed max tries

* added changes

* added more changes

* added notification class

* made changes to fix

* added null fix
2022-09-06 13:42:43 -07:00
Hai Cao
8f26a20950 [Table Designer] support hash index and column store index (#1672) 2022-09-06 13:32:43 -07:00
Alex Hsu
2480cf38da LEGO: Merge pull request 1671
LEGO: Merge pull request 1671
2022-09-06 08:45:33 -07:00
Alex Hsu
6057b0e774 LEGO: Merge pull request 1670
LEGO: Merge pull request 1670
2022-09-05 08:35:45 -07:00
Alan Ren
7f675b884f require confirmation when risks present (#1668) 2022-09-02 12:50:30 -07:00
Charles Gagnon
41556aea54 Cleanup unused stuff (#1667) 2022-09-01 15:10:05 -07:00
Charles Gagnon
a78691c86b Update ConnectionCompleteParams definitions and doc comments (#1665) 2022-08-31 14:19:26 -07:00
Alex Ma
bc32f332c7 [Loc] resx update for updated XLFs (#1666) 2022-08-31 13:57:04 -07:00
Alex Ma
54c1d0418a Added error message to validate connect params. (#1660)
* Added error message to validate connect params.

* removed connectionParam == null as ConnnectionCompleteParams cannot be nulled.

* Added ValidateConnectParams to other connection services

* removed message from error

* reverted change to connectionServiceCore

* added updated message

* restore null and added errormessage to GetConnectionCompleteParams

* fix for sr.xlf

* fix for tab

* another fix to tabs

* added message to connection complete error

* small fix
2022-08-30 14:24:44 -07:00
Jordan Hays
93b7a4763b Adding filtering for dropped ledger columns on select script (#1663) 2022-08-30 13:16:55 -07:00
Alex Ma
3f7e960534 [Loc] changes to xlfs for 8/29/2022 (#1661) 2022-08-29 16:55:08 -07:00
Karl Burtram
3885c8f680 Revert async dispatcher change 08c74be (#1655)
* Revert 08c74be51f async message handling

* Fix merge error in SetEventHandler
2022-08-29 10:44:26 -07:00
Alex Hsu
6566a716b6 LEGO: Merge pull request 1658
LEGO: Merge pull request 1658
2022-08-29 08:35:59 -07:00
Alex Hsu
8454f14067 LEGO: Merge pull request 1657
LEGO: Merge pull request 1657
2022-08-28 08:35:25 -07:00
Alex Hsu
b2abc82c33 LEGO: Merge pull request 1656
LEGO: Merge pull request 1656
2022-08-27 08:36:58 -07:00
Barbara Valdez
c33ffa592b Add getObjects from model request (#1634)
Co-authored-by: Alex Ma <alma1@microsoft.com>
2022-08-26 15:02:37 -07:00