diff options
author | rowanbeentje <rowan@beent.je> | 2010-12-05 00:40:09 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2010-12-05 00:40:09 +0000 |
commit | 5d61e164670c386e73de8903dace40802f00fc00 (patch) | |
tree | aeac970c32bc95ca0db8a6a8671a26d2cdb38bd7 /Resources | |
parent | c84d39d22cdc466b6a3d0c0e71966d074789b090 (diff) | |
download | sequelpro-5d61e164670c386e73de8903dace40802f00fc00.tar.gz sequelpro-5d61e164670c386e73de8903dace40802f00fc00.tar.bz2 sequelpro-5d61e164670c386e73de8903dace40802f00fc00.zip |
Apply a tweaked version of a patch by Aaron Linville (http://www.linville.org/) to handle table linking in .dot exports on case-insensitive servers:
- Adds a new checkbox on the .dot export interface controlling the case sensitivty of link handling
- Improve .dot export to use lowercase link references when the option is enabled, fixing .dot exports of table relations of table names with uppercase characters on case-insensitive servers
- Check the server's case-sensitivity setting and use that to control the checkbox when using the export interface to select .dot export
This addresses Issue #920.
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/English.lproj/Credits.rtf | 8 | ||||
-rw-r--r-- | Resources/English.lproj/ExportDialog.strings | bin | 24298 -> 24584 bytes |
2 files changed, 5 insertions, 3 deletions
diff --git a/Resources/English.lproj/Credits.rtf b/Resources/English.lproj/Credits.rtf index 7c565da9..d8a3dfb3 100644 --- a/Resources/English.lproj/Credits.rtf +++ b/Resources/English.lproj/Credits.rtf @@ -1,7 +1,6 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf320 +{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf350 {\fonttbl\f0\fnil\fcharset0 LucidaGrande;\f1\fmodern\fcharset0 Courier;} {\colortbl;\red255\green255\blue255;\red25\green25\blue25;\red0\green27\blue199;} -\vieww19500\viewh14400\viewkind0 \pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\qc\pardirnatural \f0\b\fs22 \cf2 Current Developers @@ -64,9 +63,12 @@ Matt Gallagher\ ( \f1\fs24 NSFileManagerAddition \f0\fs22 )\ +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\qc\pardirnatural +{\field{\*\fldinst{HYPERLINK "http://www.linville.org/"}}{\fldrslt \cf0 Aaron Linville}}\ \ +\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\qc\pardirnatural -\b RegexKitLite +\b \cf0 RegexKitLite \b0 \ \pard\pardeftab720\qc \cf0 Copyright (c) 2008-2010\ diff --git a/Resources/English.lproj/ExportDialog.strings b/Resources/English.lproj/ExportDialog.strings Binary files differindex 8262d0e5..827d965c 100644 --- a/Resources/English.lproj/ExportDialog.strings +++ b/Resources/English.lproj/ExportDialog.strings |