From: Jiri C. (JIRA) <tr...@fi...> - 2020-12-21 11:51:20
|
Remove CreateDatabase(string connectionString, bool overwrite) #breaking ------------------------------------------------------------------------ Key: DNET-996 URL: http://tracker.firebirdsql.org/browse/DNET-996 Project: .NET Data provider Issue Type: Task Affects Versions: 7.10.1.0 Reporter: Jiri Cincura Assignee: Jiri Cincura There's already CreateDatabase(string connectionString, int pageSize = 4096, bool forcedWrites = true, bool overwrite = false) and the CreateDatabase(string connectionString, bool overwrite) existed because originally optional arguments weren't in C#. -- 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 |