aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-08-28 07:51:38 +0000
committerBibiko <bibiko@eva.mpg.de>2009-08-28 07:51:38 +0000
commit7053b1fe3330b469e79d0f0689b6a2af931fb665 (patch)
tree6142573559fbf55a67a353585c8b8a3ecd693d41 /Source/CustomQuery.m
parent555e11adb2f626ae3c19e1e872bf47830e22a0b2 (diff)
downloadsequelpro-7053b1fe3330b469e79d0f0689b6a2af931fb665.tar.gz
sequelpro-7053b1fe3330b469e79d0f0689b6a2af931fb665.tar.bz2
sequelpro-7053b1fe3330b469e79d0f0689b6a2af931fb665.zip
• tiny improvements for loading SQL files and syntax highlighting
Diffstat (limited to 'Source/CustomQuery.m')
-rw-r--r--Source/CustomQuery.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CustomQuery.m b/Source/CustomQuery.m
index d11d6608..cf9ee266 100644
--- a/Source/CustomQuery.m
+++ b/Source/CustomQuery.m
@@ -1067,7 +1067,7 @@
- (void)doPerformLoadQueryService:(NSString *)query
{
[textView setString:query];
- [textView insertText:@""];
+ // [textView insertText:@""];
}
- (NSString *)usedQuery