diff --git a/SynSQLite3.pas b/SynSQLite3.pas index 24b31ecb7..f3946f520 100644 --- a/SynSQLite3.pas +++ b/SynSQLite3.pas @@ -3291,9 +3291,7 @@ TSQLDatabaseBackupThread = class(TThread) property DestDB: TSQLDatabase read fDestDB; /// the raised exception in case of backupFailure notification property FailureError: Exception read fError; - /// the backup target database file name. we need this property because we need - /// to know the target db file name in the TSQLDatabaseBackupEvent event handler - /// but in the backupSuccess stage the DestDB will be no longer available + /// the backup target database file name property BackupDestFile: RawUTF8 read fBackupDestFile; published /// the current state of the backup process diff --git a/SynopseCommit.inc b/SynopseCommit.inc index d068ed42f..160d73594 100644 --- a/SynopseCommit.inc +++ b/SynopseCommit.inc @@ -1 +1 @@ -'1.18.5297' +'1.18.5298'