correct 'jdbcUrl' mention in SQL Server section

This commit is contained in:
Ben Klein
2015-08-07 17:01:57 -05:00
parent 0ea627a77e
commit e9822b37e8

View File

@@ -153,7 +153,7 @@ The connector will check for:
The connector will check for:
* `uri` or `uris` using the scheme `sqlserver`
* `jdbcUrl` field in `credentials` using the scheme `oracle`
* `jdbcUrl` field in `credentials` using the scheme `sqlserver`
* `sqlserverUri`, `sqlserveruri`, `sqlserverUrl`, or `sqlserverurl` fields in `credentials`
== Supporting New Service Types