aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportInitializer.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-11-05 21:15:18 +0000
committerstuconnolly <stuart02@gmail.com>2010-11-05 21:15:18 +0000
commita9be9780875d249019bd0cdf55eba960fb6f44be (patch)
treeaf7477b3e9c964dedf67ff40385f5724713ccc03 /Source/SPExportInitializer.m
parentf683094590e4a95eb047893584493ed7b32e2a02 (diff)
downloadsequelpro-a9be9780875d249019bd0cdf55eba960fb6f44be.tar.gz
sequelpro-a9be9780875d249019bd0cdf55eba960fb6f44be.tar.bz2
sequelpro-a9be9780875d249019bd0cdf55eba960fb6f44be.zip
Complete the implementation of supporting MySQL's XML schema format when exporting. Also, restore our old format and give the user the choice during export (defaults to MySQL schema). Completes the implementation of issue #840.
Diffstat (limited to 'Source/SPExportInitializer.m')
-rw-r--r--Source/SPExportInitializer.m5
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/SPExportInitializer.m b/Source/SPExportInitializer.m
index 7b1b9451..9544bf4b 100644
--- a/Source/SPExportInitializer.m
+++ b/Source/SPExportInitializer.m
@@ -503,7 +503,10 @@
// Regardless of the export source, set exporter's table name as it's used in the output
// of table and table content exports.
[xmlExporter setXmlTableName:table];
-
+
+ [xmlExporter setXmlFormat:[exportXMLFormatPopUpButton indexOfSelectedItem]];
+ [xmlExporter setXmlOutputIncludeStructure:[exportXMLIncludeStructure state]];
+ [xmlExporter setXmlOutputIncludeContent:[exportXMLIncludeContent state]];
[xmlExporter setXmlNULLString:[exportXMLNULLValuesAsTextField stringValue]];
// If required create separate files