aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPSQLExporter.m
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-08-26 01:22:52 +0000
committerrowanbeentje <rowan@beent.je>2010-08-26 01:22:52 +0000
commit91c2f021d4a8e323872cc733becbdfc19870ceb7 (patch)
treefb858ab649014c78aaca1512029b20713e8a450e /Source/SPSQLExporter.m
parentdc9d005f21b3e281294f61d4d8e49d0ad003e8fb (diff)
downloadsequelpro-91c2f021d4a8e323872cc733becbdfc19870ceb7.tar.gz
sequelpro-91c2f021d4a8e323872cc733becbdfc19870ceb7.tar.bz2
sequelpro-91c2f021d4a8e323872cc733becbdfc19870ceb7.zip
Exporter:
- Enable alternating table lines in the export table view - this addresses Issue #797 - Reconnect GZIp & BZIP2 compression functionality (TODO: not currently working for file overwrites; to be discussed)
Diffstat (limited to 'Source/SPSQLExporter.m')
-rw-r--r--Source/SPSQLExporter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPSQLExporter.m b/Source/SPSQLExporter.m
index a38732cb..186243b1 100644
--- a/Source/SPSQLExporter.m
+++ b/Source/SPSQLExporter.m
@@ -135,7 +135,7 @@
// Clear errors
[self setSqlExportErrors:@""];
-
+
// Copy over the selected item names into tables in preparation for iteration
NSMutableArray *targetArray;