diff options
author | avenjamin <avenjamin@gmail.com> | 2009-03-27 12:01:58 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2009-03-27 12:01:58 +0000 |
commit | d28c1f911f532bdb83cd0da2f4f7048c5e029a82 (patch) | |
tree | aca597bc25db74ccb742f411896ceffc2fbaac04 /Source/TableDump.h | |
parent | a3689bfe638e7141cfd76980fa33010446e06e0d (diff) | |
download | sequelpro-d28c1f911f532bdb83cd0da2f4f7048c5e029a82.tar.gz sequelpro-d28c1f911f532bdb83cd0da2f4f7048c5e029a82.tar.bz2 sequelpro-d28c1f911f532bdb83cd0da2f4f7048c5e029a82.zip |
Fixed bug where exporting current table would use the field terminator, enclosure, escape and line ending characters from the "export multiple tables" dialog instead.
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r-- | Source/TableDump.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h index 3f89ab68..4575444b 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -132,7 +132,8 @@ toFileHandle:(NSFileHandle *)fileHandle tableName:(NSString *)table withHeader:(BOOL)header silently:(BOOL)silently; - (NSString *)htmlEscapeString:(NSString *)string; -- (BOOL)exportTables:(NSArray *)selectedTables toFileHandle:(NSFileHandle *)fileHandle usingFormat:(NSString *)type; + +- (BOOL)exportTables:(NSArray *)selectedTables toFileHandle:(NSFileHandle *)fileHandle usingFormat:(NSString *)type usingMulti:(BOOL)multi; - (BOOL)exportSelectedTablesToFileHandle:(NSFileHandle *)fileHandle usingFormat:(NSString *)type; //additional methods |