Fixed sqlserver input to work with case sensitive server collation. (#2749)

Fixed a problem with sqlserver input where database properties are not returned by Telegraf when SQL Server has been set up with a case sensitive server-level collation.

* Added bugfix entry to CHANGELOG.md for sqlserver collation input fix.
This commit is contained in:
ceseuron
2017-05-04 10:47:03 -07:00
committed by Daniel Nelson
parent 8cf0dc769b
commit e2983383e4
2 changed files with 12 additions and 10 deletions

View File

@@ -4,6 +4,8 @@
### Features
### Bugfixes
- [#2749](https://github.com/influxdata/telegraf/pull/2749): Fixed sqlserver input to work with case sensitive server collation.
## v1.3 [unreleased]
### Release Notes