SetDefaultOptions sets "catalog" instead of "initial catalog"
-------------------------------------------------------------
Key: DNET-599
URL: http://tracker.firebirdsql.org/browse/DNET-599
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 4.6.1.0
Reporter: Jiri Cincura
Assignee: Jiri Cincura
Priority: Minor
The line "this.options.Add("catalog", DefaultCatalog);" should be "this.options.Add("initial catalog", DefaultCatalog);".
--
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
|