From bf1294bd1016672aa3062bb80b546bf2f8037fb3 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sat, 24 Jul 2010 21:34:05 +0000 Subject: In addition to Gzip compression support when exporting SQL dumps add the ability to use Bzip2 compression. Other changes include: + Enable the use of export compression (Gzip and Bzip2) for all export formats. + Move the compression options in the export dialog to the 'Advanced' export settings view. + Simplify the setting of common exporter properties (e.g. the connection, use of compression). + Fix a potential memory leak in the dot exporter. + Update the data importer to recognise Bzip2 compressed files. + Fix several display issues on export dialog. + Restore the default .csv file extension of CSV exports. + Correctly update the default export filename when selecting a output compression type. The addition of Bzip2 compression support implements issue #688. --- Source/SPSQLExporter.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Source/SPSQLExporter.h') diff --git a/Source/SPSQLExporter.h b/Source/SPSQLExporter.h index 1dcacf4b..6f42dd4c 100644 --- a/Source/SPSQLExporter.h +++ b/Source/SPSQLExporter.h @@ -87,11 +87,6 @@ */ BOOL sqlOutputIncludeErrors; - /** - * Compress output - */ - BOOL sqlOutputCompressFile; - /** * New INSERT statement divider */ @@ -127,7 +122,6 @@ @property(readwrite, assign) BOOL sqlOutputIncludeUTF8BOM; @property(readwrite, assign) BOOL sqlOutputEncodeBLOBasHex; @property(readwrite, assign) BOOL sqlOutputIncludeErrors; -@property(readwrite, assign) BOOL sqlOutputCompressFile; @property(readwrite, assign) NSUInteger sqlCurrentTableExportIndex; @property(readwrite, assign) NSUInteger sqlInsertAfterNValue; -- cgit v1.2.3