diff options
Diffstat (limited to 'Source/TableDocument.m')
-rw-r--r-- | Source/TableDocument.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/TableDocument.m b/Source/TableDocument.m index 85cb99c5..30645361 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -680,6 +680,8 @@ window:tableWindow notificationName:@"Connected"]; + // Query the structure of all databases in the background (mainly for completion) + [mySQLConnection performSelector:@selector(queryDbStructure) withObject:nil afterDelay:0.1]; // Init Custom Query editor with the stored queries in a spf file if given. [spfDocData setObject:[NSNumber numberWithBool:NO] forKey:@"save_editor_content"]; |