FB create new database regression
Posted: 26.09.2018, 08:39
There is regression between 7.2.3/4 and patches-7.2 when creating new DB in FB 2.5+/3.0.x
Connection := CreateConnection()
Connection.Properties.Add('CreateNewDatabase=CREATE DATABASE ...
Connection.Connect; // will create db
Connection.Properties.Clear;
Connection.Reconnect //in patches-7.2 logic changed and now it will try to create db again and error is thrown
Connection := CreateConnection()
Connection.Properties.Add('CreateNewDatabase=CREATE DATABASE ...
Connection.Connect; // will create db
Connection.Properties.Clear;
Connection.Reconnect //in patches-7.2 logic changed and now it will try to create db again and error is thrown