From: Michel H. (JIRA) <tr...@fi...> - 2019-12-04 10:57:28
|
underscore no longer works in hostname of the connectionstring --------------------------------------------------------------- Key: DNET-919 URL: http://tracker.firebirdsql.org/browse/DNET-919 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.1.1.0, 7.1.0.0, 7.0.0.0 Reporter: Michel Hendriks Assignee: Jiri Cincura Priority: Minor >From version 7.0 and higher i can no longer use a _ character in the hostname of the connectionstring. When using this part of the connection string: BUG: Database=db_loc:s:\test.FDB I get an invalid connection string GOOD: Database=dbloc:s:\test.FDB Is a valid connection string When using the INET style BUG: inet://db_loc/s:\test.FDB I get to following values: Datasource: "INET" Database: "//db_loc08/s:\\test.fdb" GOOD: and without the underscore i get: inet://db_loc/s:\test.FDB I get to following values: Datasource: "dbloc" Database: "s:\\test.fdb" -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |