Subject Re: [firebird-python] kinterbasdb - services api
Author Werner F. Bruhin
Please also note that no exception is thrown when doing this:

restoreLog = con.restore(str(backupName), str(restoreName),
pageSize=8192, replace=True)

As other connections are open it can not replace the db, which is
obviously fine, but it would be good to see an exception which one can
then deal with in whatever ever way.

Werner