diff options
author | stuconnolly <stuart02@gmail.com> | 2010-06-06 15:04:31 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-06-06 15:04:31 +0000 |
commit | 42781adb6cfa7f01f3763aade1b5043995930756 (patch) | |
tree | a1b38d9eab134fc59fe189f2e16cc823ef457361 /Source/SPExportController.m | |
parent | 24c1421cd5ff96d567a64903f4134f3364a3dd9c (diff) | |
download | sequelpro-42781adb6cfa7f01f3763aade1b5043995930756.tar.gz sequelpro-42781adb6cfa7f01f3763aade1b5043995930756.tar.bz2 sequelpro-42781adb6cfa7f01f3763aade1b5043995930756.zip |
On the XML export dialog add the option to specify the placeholder of exported NULL values. Fixes issue #718.
Diffstat (limited to 'Source/SPExportController.m')
-rw-r--r-- | Source/SPExportController.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPExportController.m b/Source/SPExportController.m index cb972551..6da5b544 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -325,6 +325,7 @@ [[[exportTableList tableColumnWithIdentifier:@"content"] headerCell] setStringValue:(disable) ? @"" : @"C"]; [exportCSVNULLValuesAsTextField setStringValue:[prefs stringForKey:SPNullValue]]; + [exportXMLNULLValuesAsTextField setStringValue:[prefs stringForKey:SPNullValue]]; } } |