diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-01-11 21:21:41 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-01-11 21:21:41 +0000 |
commit | 68bc7f791adc43728e09ea2c4744c129b96d66af (patch) | |
tree | 5298dfd03183ab95c68bcfa5e0283f52b313f152 /Source/TableDocument.m | |
parent | 3381e9f906edc5c1bfd6ed14fba8f9aa689848b7 (diff) | |
download | sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.tar.gz sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.tar.bz2 sequelpro-68bc7f791adc43728e09ea2c4744c129b96d66af.zip |
• further developments for the F5 completion
Note: not yet finished!
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 2bd178e7..3b8f67b6 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -681,7 +681,7 @@ notificationName:@"Connected"]; // Query the structure of all databases in the background (mainly for completion) - // [mySQLConnection performSelector:@selector(queryDbStructure) withObject:nil afterDelay:2]; + [mySQLConnection performSelector:@selector(queryDbStructure) withObject:nil afterDelay:0.5]; // Init Custom Query editor with the stored queries in a spf file if given. [spfDocData setObject:[NSNumber numberWithBool:NO] forKey:@"save_editor_content"]; |