Mitchell Sternke
2e3bd3ae27
Feature/more tests ( #154 )
...
* First batch of new tests for increasing code coverage
* Fix for merge
* Added comments to tests
2016-11-22 09:55:15 -08:00
Mitchell Sternke
32f6cbc304
Language service no longer binds on duplicate connections ( #148 )
2016-11-15 18:12:16 -08:00
Mitchell Sternke
5a5f197276
Removed unneeded broken test ( #150 )
2016-11-15 17:57:03 -08:00
Mitchell Sternke
2211bd0403
Added notification for when language service is done updating after connect ( #146 )
...
* Added notification for when language service is done updating after connect
* Addressing feedback
* Added unit test
2016-11-15 17:39:17 -08:00
Mitchell Sternke
ee9e3d75bf
Change comment for compliance ( #145 )
2016-11-11 14:39:18 -08:00
Mitchell Sternke
66afdb5fc3
Added return code to test driver ( #143 )
2016-11-10 11:49:08 -08:00
Mitchell Sternke
2319de41e0
Added basic stress tests for the service ( #140 )
2016-11-09 12:02:19 -08:00
Mitchell Sternke
d79842f24b
Added first batch of query execution tests using the test driver ( #131 )
...
* Added first batch of query execution tests using the test driver
* Fix issues from merge with dev
2016-11-01 13:21:05 -07:00
Mitchell Sternke
67d1d800a3
Test driver improvements ( #117 )
...
* Refactored the test driver to work with xunit in addition to the command line
* Fix behavior of property
2016-10-25 17:16:33 -07:00
Mitchell Sternke
b389d275a2
Added test driver program for service host ( #113 )
...
* Added test driver program for service host
* Fix typo
2016-10-21 17:49:37 -07:00
Mitchell Sternke
f35b9fda27
Added option --enable-logging to enable diagnostic logging ( #106 )
...
* Added option --enable-logging to enable diagnostic logging
* Addressing feedback
* Addressing feedback, round 2
2016-10-20 17:56:33 -07:00
Mitchell Sternke
b62f67607f
Redefined ordering for list databases to be by name ( #103 )
2016-10-19 10:57:20 -07:00
Mitchell Sternke
a3335708c6
Feature/reliable connection tests ( #102 )
...
* Ported ReliableConnectionTests from DacFx and added a few more tests
* Fix style
* Created integration tests configuration and fixed minor test issue
2016-10-18 12:19:16 -07:00
Mitchell Sternke
9f39ac6014
Feature/sql exception bug check ( #90 )
...
* Added test for OSX/Linux to check for the SqlException error code bug in .NET core
* fix style
* closed summary
2016-10-12 14:00:33 -07:00
Mitchell Sternke
a2f2dd7b5e
Disabled MARS by default ( #88 )
...
* Disabled MARS by default
* Addressing feedback
* Added check for unhandled ObjectDisposedException
2016-10-10 17:15:26 -07:00
Mitchell Sternke
8511f5db43
Fixed issue where mac connections would not time out as expected ( #81 )
...
* Fixed issue where mac connections would not time out as expected
* Made check specific to OSX
* Added check for linux
2016-10-10 17:14:24 -07:00
Mitchell Sternke
926cfbf3bc
Fixed issue where connecting could take very long and cancellation would not work ( #78 )
...
* Fixed issue where connecting could take very long and cancellation would not work
* Addressing feedback
* Remove warning suppression
2016-10-06 10:15:59 -07:00
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