From 4c7cbdf882ad1e1bb1a5a11dc59dc53b90bee686 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 7 Jun 2010 13:44:45 +0000 Subject: A number of exporter improvements: - Improve interface validation on the SQL view, including fixing no-content toggling - Fix the export of views to correctly construct placeholder tables and fix view syntax export (this addresses Issue #707) - Fix logic controlling Stored Procedure and Function export - fix hangs and allow correct export - Handle permission errors when retrieving Stored Pro/Function syntax - Improve export of linebreaks in CSV quoted cells for improved Excel compatibility - SQL export now retrieves table syntax as it progresses through the tables - more accurate progress bar and removes initial pause when exporting lots of tables - Alter filename construction to use centralised filename string: fixes end export Growl notification - Improve dump comments --- Source/SPExportController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPExportController.h') diff --git a/Source/SPExportController.h b/Source/SPExportController.h index 32541d19..8d0a6969 100644 --- a/Source/SPExportController.h +++ b/Source/SPExportController.h @@ -131,7 +131,7 @@ /** * Number of tables being exported */ - NSUInteger exportTableCount; + NSUInteger exportTableCount; /** * Index of the current table being exported @@ -146,7 +146,7 @@ /** * Export filename */ - NSString *exportFilename; + NSMutableString *exportFilename; /** * Current database's tables -- cgit v1.2.3