Skip to content

Commit

Permalink
merged #226
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Bouchez committed Jul 30, 2019
1 parent 919a9ba commit 8795547
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions SynSQLite3.pas
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SynopseCommit.inc
@@ -1 +1 @@
'1.18.5297'
'1.18.5298'

0 comments on commit 8795547

Please sign in to comment.