Commit Graph
14 Commits
Author SHA1 Message Date
Mitchell Sternke 8408bc6dff Feature/connect cancel (#74)
* Implemented connection cancellation

* Made connect requests return immediately and created a separate connection complete notification

* Fix spelling

* Fix sorting

* Add separate lock for cancellation source map
2016-10-04 15:45:52 -07:00
Mitchell Sternke 3f77e14347 Added grouping between system/user dbs when listing (#70) 2016-09-29 11:57:28 -07:00
Mitchell Sternke 803a19d716 Made connection errors more user-friendly (#57) 2016-09-21 11:59:03 -07:00
Mitchell Sternke fbf457a336 Fixed build issue with dependency in project.json (#51) 2016-09-14 13:04:49 -07:00
Mitchell Sternke f2a5654a20 Feature/reliable connection (#44)
* Initial commit of reliable connection port

* Made ReliableSqlConnection inherit from DbConnection instead of IDbConnection

* Cleanup

* Fixed autocomplete service to use reliable connection

* Fix copyright headers

* Renamed ConnectResponse.Server to ServerInfo

* Removed unused using

* Addressing code review feedback
2016-09-13 18:10:26 -07:00
Mitchell Sternke 76e7ea041c Merge pull request #37 from Microsoft/bug/integratedSecurityDefault
Removed cases where we set integrated security by default
2016-09-06 17:14:23 -07:00
Mitchell Sternke 9c61f6d827 Merge pull request #36 from Microsoft/feature/connectionChanged
Fire connection changed event when USE statements are executed
2016-09-06 17:13:55 -07:00
Mitchell Sternke 3f0e0c7f41 Merge pull request #32 from Microsoft/feature/allConnectionProps
Added support for most sql connection string properties
2016-09-01 12:07:18 -07:00
Mitchell Sternke 75b3235662 Merge pull request #31 from Microsoft/feature/listDatabases
Added request to list databases on the server for the current connection
2016-08-25 17:21:22 -07:00
Mitchell Sternke aac9f40ad2 Merge pull request #27 from Microsoft/feature/connectionInnerExceptions
Added inner exceptions on connection failure and fixed a param validation bug
2016-08-23 10:25:58 -07:00
Mitchell Sternke 4631f2083e Merge pull request #23 from Microsoft/bug/intellisenseCacheTestFix
Fixed bug in intellisense cache test
2016-08-22 10:25:25 -07:00
Mitchell Sternke 91b28127ce Merge pull request #19 from Microsoft/dev_intellisenseCacheTests
Added initial tests for the connection manager's intellisense cache
2016-08-16 15:55:24 -07:00
Mitchell Sternke 3ba4a93463 Merge pull request #20 from Microsoft/feature/connectionCleanup
Cleaned up connection management code
2016-08-16 15:29:27 -07:00
Mitchell Sternke 1b339bec17 Merge pull request #14 from Microsoft/feature/connectUsingService
Feature/connect using service
2016-08-09 10:18:33 -07:00