Commit Graph
32 Commits
Author SHA1 Message Date
Cory Rivera 7c0da6b6b1 Add extra delete database functionality to DatabaseHandler (#2168)
* Also fixed connections not being properly closed in Detach operations
* Fixed errors being thrown in InitializeObjectView because certain db property fields are not supported against Azure
2023-08-11 13:06:35 -07:00
Cory Rivera 46fa477717 Provide default indexes for database option values instead of reordering options lists (#2156)
* Also re-add <default> to owners list for new database dialog
2023-07-27 16:11:49 -07:00
Cory Rivera 88ec8713d0 Only set Restrict Access if a non-null value is provided (#2140) 2023-07-11 17:11:58 -07:00
Cory Rivera 9d0d4b0cae Enable Detach Database in database handler (#2110) 2023-06-22 17:28:41 -07:00
Cory Rivera c92bc71454 Exclude Data Warehouse as an option when creating an Azure database (#2100) 2023-06-13 16:04:23 -07:00
Cory Rivera 808172bc20 Retrieve Azure SLO details in Database Handler (#2094) 2023-06-12 11:44:17 -07:00
Cory Rivera f70710124e Skip querying model database for Azure database prototypes. (#2095) 2023-06-09 15:12:11 -07:00
Cory Rivera 0ad169781e Replace <default> values in Owner and Collation fields for Create Database dialog (#2086) 2023-06-02 16:19:00 -07:00
Cory Rivera 0a5a7b4cc5 Address remaining comments for Object Management Database Handler (#2081) 2023-06-01 11:02:59 -07:00
Cory Rivera d5cfc52ca7 Add object management handler for creating a database (#2071) 2023-05-31 12:55:12 -07:00
Cory Rivera 97988661ec Load TrustServerCertificate value from connection settings when running integration tests. (#2074) 2023-05-22 17:18:19 -07:00
Cory Rivera ddb3ec2bdb Add DatabaseHandler to enable Delete Database operations (#2041) 2023-05-04 15:39:50 -07:00
Cory Rivera e3fc41af58 Add vscode notebook cells to valid list of URI types. (#1863) 2023-02-15 12:40:11 -08:00
Cory Rivera ee086e2067 Bump Kusto and SQL Tools dotnet tool versions to 1.3.0 (#1854) 2023-02-08 16:47:28 -08:00
Cory Rivera 661f883ddd Bump dotnet tool versions for SQL Tools and Kusto services. (#1821) 2023-01-24 10:19:43 -08:00
Cory Rivera d418cfefa8 Update nuget build props for dotnet tool projects. (#1820) 2023-01-23 14:28:51 -08:00
Cory Rivera 6122a5dbcb Remove big data cluster references from connections. (#1775) 2022-12-09 10:25:28 -08:00
Cory Rivera 99dbbd5036 Make SerializeDataStartRequestParams properties public so they can be populated properly wehn deserializing the RPC request. (#1726) 2022-10-18 16:54:42 -07:00
Cory Rivera 40df024dbc Add functionality to shutdown Kusto process when parent process exits (#1609) 2022-07-29 15:26:26 -07:00
Cory Rivera 46e3c5270e Use reserved namespace for dotnet tool projects. (#1604) 2022-07-27 14:55:01 -07:00
Cory Rivera 887b23e9a1 Add better package names for dotnet tool projects (#1595) 2022-07-21 13:06:22 -07:00
Cory Rivera 6ab19746c2 Add separate version numbers for dotnet tool projects. (#1589) 2022-07-18 17:10:11 -07:00
Cory Rivera 8f9e3fe999 Add build task to create dotnet tools for SQL Tools and Kusto services. (#1582) 2022-07-18 12:49:21 -07:00
Cory Rivera c3b5831c89 Add dotnet tool build steps to SQL Tools & Kusto csproj files. (#1573) 2022-07-12 16:18:11 -07:00
Cory Rivera 671310880b Clean up notebook export code (#1565)
* Add null checks when converting notebooks to SQL, and SQL to notebooks.

* Remove unnecessary newlines and spaces from multi-line comments.

* Use the current environment's newline characters when converting cell text to a SQL query.

* Add additional unit tests for notebook conversion.
2022-07-01 15:28:05 -07:00
Cory Rivera 8c805a72a9 Add a parent process ID argument to ServiceLayer so that we can exit gracefully if the parent process exits. (#1103) 2020-10-29 13:00:23 -07:00
Cory Rivera 688e128c4c Bump assembly version to pick up new CoreServices changes. (#745) 2018-11-21 14:07:19 -08:00
Cory Rivera b384885866 Treat databases used by Polybase as system databases when listing databases in a server. (#743) 2018-11-21 12:22:13 -08:00
Cory Rivera f57108f198 Add flag so that full column schema is only fetched with EditData queries. (#615) 2018-05-03 13:38:08 -07:00
Cory Rivera c8263d8330 Add localization updates for EditData query changes. (#612) 2018-05-02 11:15:29 -07:00
Cory Rivera 7415c529f3 Add support for using generic SQL queries to filter EditData rows. (#605) 2018-05-02 10:13:47 -07:00
Cory Rivera dca33d768d Bump System.Data.SqlClient package version used in SqlTools projects. (#608) 2018-04-30 16:57:07 -07:00