Matt Irvine
1a9a750fa8
Fix CodePages version issue ( #752 )
2018-11-29 16:37:59 -08:00
Matt Irvine
a1ab9aa650
Use consistent version of SqlClient ( #740 )
2018-11-16 12:08:57 -08:00
Matt Irvine
7f28f249de
Add support for Azure Active Directory connections ( #727 )
2018-11-13 11:50:30 -08:00
Matt Irvine
8fe3d06068
Load properties used for OE node status by group instead of individually ( #706 )
2018-10-11 10:41:48 -07:00
Matt Irvine
acf7634425
Clear OE node error message when populating children ( #705 )
2018-10-08 11:09:17 -07:00
Matt Irvine
f45155aa4a
Fix OE and Binding Queue reliability bugs ( #702 )
2018-10-05 14:14:36 -07:00
Matt Irvine
026c08b545
Enable HighEntropyVA compiler flag ( #690 )
2018-09-10 11:37:16 -07:00
Matt Irvine
c7ac3aeaae
Fix bug where strings that looked like dates were transformed when reading messages ( #663 )
...
* Do not try to parse dates when reading messages
* Add test
2018-07-24 12:37:08 -04:00
Matt Irvine
f244d307e2
Work around edit data trailing comment bug ( #641 )
...
* Work around edit data trailing comment bug
* Use Environment.NewLine
2018-06-18 20:39:25 -04:00
Matt Irvine
6f2c33c41c
Catch parser errors to prevent crashing ( #617 )
2018-05-15 09:48:17 -07:00
Matt Irvine
c4356345f7
Fix crash handling messages when selection is null ( #614 )
2018-05-02 16:26:49 -07:00
Matt Irvine
b81ba929ba
Only register message handler once for GO N queries ( #611 )
2018-05-02 10:16:56 -07:00
Matt Irvine
167948256c
Use object names instead of labels in node paths ( #600 )
2018-04-06 14:36:47 -07:00
Matt Irvine
92456d50aa
Expand nodes for findNodes instead of refreshing ( #599 )
2018-04-06 09:18:37 -07:00
Matt Irvine
d19db1b4fe
Handle errors during execution as info messages instead of exceptions ( #596 )
2018-04-03 08:47:44 -07:00
Matt Irvine
3937ebef38
Include inline functions as table-valued functions in Object Explorer ( #594 )
2018-03-21 15:48:20 -07:00
Matt Irvine
2c7de499d1
Create database task helper uses current db instead of default ( #584 )
2018-03-16 13:37:04 -07:00
Matt Irvine
aaa3513db2
Unexpected request handler errors no longer crash SQL Tools Service ( #591 )
...
* Handler errors no longer crash service
* Disable additional flaky test
2018-03-15 14:14:09 -07:00
Matt Irvine
365fe2282e
Support Object Explorer FindNodes request ( #589 )
2018-03-15 10:47:52 -07:00
Matt Irvine
0eaf60c93a
Detect system connection for OE if database display name is blank ( #583 )
2018-02-12 11:13:03 -08:00
Matt Irvine
efd38be0be
Use requested database when determining if a connection is a system db connection ( #580 )
2018-02-06 15:19:18 -08:00
Matt Irvine
104c484f3a
Fix old localization targets ( #572 )
2018-01-02 17:01:00 -05:00
Matt Irvine
1c2b44fe74
Mark database OE nodes as leaf nodes if they are unavailable ( #569 )
2017-12-13 10:58:23 -08:00
Matt Irvine
90611034cf
Disable flaky test ( #559 )
2017-12-06 16:10:41 -08:00
Matt Irvine
4174d5acaf
Work around URI parsing issue for Windows drives ( #558 )
2017-11-29 12:22:03 -08:00
Matt Irvine
f711aaea5b
Fix typo in docs/design/index.md ( #536 )
2017-10-30 10:57:29 -07:00
Matt Irvine
924709af79
More ConcurrentDictionary test changes - Fix build error from PR #456 ( #467 )
2017-09-21 16:21:47 -07:00
Matt Irvine
339a9c0fe2
Use a concurrent dict when mocking file stream factory ( #465 )
2017-09-21 10:27:03 -07:00
Matt Irvine
a35cd8ed2b
Take column into account when getting current statement query ( #458 )
2017-09-19 16:51:24 -07:00
Matt Irvine
52913aa815
Handle null passwords when creating SecureStrings in AdminService ( #457 )
2017-09-14 11:06:15 -07:00
Matt Irvine
58a342a51b
Use proper SecureString construction to avoid empty password issues ( #417 )
2017-07-18 13:40:26 -07:00
Matt Irvine
b20529cced
Enable changing database when connected with a connection string ( #413 )
...
This commit builds connection options using the connection string as a base, but allow other options to be overridden, which is how we change database. This commit also makes sure to copy the connection string when copying a connection, since that didn't happen before
2017-07-14 13:24:00 -07:00
Matt Irvine
5c7909d741
Adding SpecialValueAppName in connection options ( #366 )
...
Application Name is now treated as a special value, so that applications consuming SQL Tools Service can set the application name correctly.
2017-06-01 11:54:49 -07:00
Matt Irvine
fb239ac956
Support connecting with a connection string ( #334 )
...
- Add support for connecting with a connection string by passing it as one of the connection parameters
- If a connection string is present, it will override any other parameters that are present
2017-05-01 21:01:26 -07:00