Commit Graph
15 Commits
Author SHA1 Message Date
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