Re: [Firebird-devel] Provider selection at database creation

2020-05-22 Thread Alex Peshkoff via Firebird-devel
On 2020-05-21 19:08, Emil Totev wrote: I am happily using Firebird 4 Beta2  to serve transparently both ODS12 and ODS13 databases, by adding Engine12 to the providers list. However, when creating a new database either by ISQL's CREATE DATABASE or gbak -c, the server always uses the first, defa

Re: [Firebird-devel] Provider selection at database creation

2020-05-22 Thread Dimitry Sibiryakov
22.05.2020 12:04, Alex Peshkoff via Firebird-devel wrote: Certainly we can add DPB parameter for create to use specific provider. There is no need for that. Provider name fits well into URL-style connection string like "engine12://database". But I also doubt in practical need for that. --