aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-04-02 12:05:06 +0000
committerrowanbeentje <rowan@beent.je>2010-04-02 12:05:06 +0000
commit162a3eafef2e3e3acf218ab8fb7497ec4dacb00a (patch)
tree10c53892f064d9cb61300c594d7bf63f4ac5cbf4 /Resources
parentb112fc47511896996cd21cbc773138bbe5b75a45 (diff)
downloadsequelpro-162a3eafef2e3e3acf218ab8fb7497ec4dacb00a.tar.gz
sequelpro-162a3eafef2e3e3acf218ab8fb7497ec4dacb00a.tar.bz2
sequelpro-162a3eafef2e3e3acf218ab8fb7497ec4dacb00a.zip
- By default, export SQL dumps without the UTF-8 BOM, restoring compatibility with older versions of MySQL (http://code.google.com/p/sequel-pro/issues/detail?id=610 is tracking an interface for this in future)
Diffstat (limited to 'Resources')
-rw-r--r--Resources/PreferenceDefaults.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/Resources/PreferenceDefaults.plist b/Resources/PreferenceDefaults.plist
index 1e71ad22..5a994493 100644
--- a/Resources/PreferenceDefaults.plist
+++ b/Resources/PreferenceDefaults.plist
@@ -145,6 +145,8 @@
<string>\</string>
<key>CSVImportFirstLineIsHeader</key>
<true/>
+ <key>NoBOMforSQLdumpFile</key>
+ <true/>
<key>BlobTextEditorSpellCheckingEnabled</key>
<false/>
<key>CSVFieldImportMappingAlignment</key>