From d37a2f490a271b6170a5c2978f505fb403d1ad64 Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Thu, 23 Mar 2017 18:26:02 +0000 Subject: - #1235: Prevent renaming a database which contains any non-table objects as it's currently not supported. - #1235: Inform the user when duplicating a database than any non-table objects won't be copied. - Add missing high resolution images to project. - Fix a potential memory leak inside SPCreateDatabaseInfo --- Source/SPDatabaseCopy.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPDatabaseCopy.h') diff --git a/Source/SPDatabaseCopy.h b/Source/SPDatabaseCopy.h index 3adf7fa0..57f29653 100644 --- a/Source/SPDatabaseCopy.h +++ b/Source/SPDatabaseCopy.h @@ -40,6 +40,7 @@ * * @param sourceDatabase information tuple about source database * @param targetDatabaseName the name of the target database + * * @result success */ - (BOOL)copyDatabaseFrom:(SPCreateDatabaseInfo *)sourceDatabase to:(NSString *)targetDatabaseName withContent:(BOOL)copyWithContent; -- cgit v1.2.3