diff options
author | stuconnolly <stuart02@gmail.com> | 2010-06-10 12:34:49 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-06-10 12:34:49 +0000 |
commit | bea411be2e4193e9488e6cc5fac30045f6fb7f82 (patch) | |
tree | 7c83a9f6a26e4d7689a3c0df04cd26d9591c2ec0 /Interfaces | |
parent | 8af7ab7046ab834bc392a0eb31128c7d0647fd53 (diff) | |
download | sequelpro-bea411be2e4193e9488e6cc5fac30045f6fb7f82.tar.gz sequelpro-bea411be2e4193e9488e6cc5fac30045f6fb7f82.tar.bz2 sequelpro-bea411be2e4193e9488e6cc5fac30045f6fb7f82.zip |
Exporter fixes:
- Correctly disable exporting custom query results as SQL and enable for all other formats.
- Fix CSV exports when exporting from a source other than the selected tables.
- Correctly export custom query results instead of all tables as a result of a missing IB connection.
Diffstat (limited to 'Interfaces')
-rw-r--r-- | Interfaces/English.lproj/DBView.xib | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Interfaces/English.lproj/DBView.xib b/Interfaces/English.lproj/DBView.xib index 6e749548..71154cfb 100644 --- a/Interfaces/English.lproj/DBView.xib +++ b/Interfaces/English.lproj/DBView.xib @@ -16940,6 +16940,14 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> </object> <int key="connectionID">7071</int> </object> + <object class="IBConnectionRecord"> + <object class="IBOutletConnection" key="connection"> + <string key="label">customQueryInstance</string> + <reference key="source" ref="4626"/> + <reference key="destination" ref="601471102"/> + </object> + <int key="connectionID">7072</int> + </object> </object> <object class="IBMutableOrderedSet" key="objectRecords"> <object class="NSArray" key="orderedObjects"> @@ -27496,7 +27504,7 @@ IGRvIHlvdSB3YW50IHRvIGFkZCBmb3IgdGhpcyBmaWVsZD8</string> </object> </object> <nil key="sourceID"/> - <int key="maxID">7071</int> + <int key="maxID">7072</int> </object> <object class="IBClassDescriber" key="IBDocument.Classes"> <object class="NSMutableArray" key="referencedPartialClassDescriptions"> |