diff options
author | rowanbeentje <rowan@beent.je> | 2009-12-02 01:56:21 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-12-02 01:56:21 +0000 |
commit | af16f1e3bb44a4a782dbe1bee18513ce7d4738c6 (patch) | |
tree | d219832403e19837591759b0fb8759921990dac0 /Source/CMCopyTable.m | |
parent | e80643e92666c6752940f791f3148fcfefe9bb4e (diff) | |
download | sequelpro-af16f1e3bb44a4a782dbe1bee18513ce7d4738c6.tar.gz sequelpro-af16f1e3bb44a4a782dbe1bee18513ce7d4738c6.tar.bz2 sequelpro-af16f1e3bb44a4a782dbe1bee18513ce7d4738c6.zip |
- Improve import cancellation responsiveness, especially for lots of short data rows or slow connections
- Remove a debug NSLog on "Copy as SQL insert"
Diffstat (limited to 'Source/CMCopyTable.m')
-rw-r--r-- | Source/CMCopyTable.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMCopyTable.m b/Source/CMCopyTable.m index 1848e2d9..159bcaf6 100644 --- a/Source/CMCopyTable.m +++ b/Source/CMCopyTable.m @@ -212,7 +212,6 @@ int MENU_EDIT_COPY_AS_SQL = 2002; else [types addObject:[NSNumber numberWithInt:1]]; // string (fallback coevally) } -NSLog([types description]); [result appendString:[NSString stringWithFormat:@"INSERT INTO %@ (%@)\nVALUES\n", [(selectedTable == nil)?@"<table>":selectedTable backtickQuotedString], [tbHeader componentsJoinedAndBacktickQuoted]]]; |