diff options
Diffstat (limited to 'Source/TableSource.m')
-rw-r--r-- | Source/TableSource.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TableSource.m b/Source/TableSource.m index 1fd0cd44..1aa6185e 100644 --- a/Source/TableSource.m +++ b/Source/TableSource.m @@ -771,6 +771,9 @@ fetches the result as an array with a dictionary for each row in it // Mark the content table for refresh [tablesListInstance setContentRequiresReload:YES]; + // Query the structure of all databases in the background (mainly for completion) + [NSThread detachNewThreadSelector:@selector(queryDbStructure) toTarget:mySQLConnection withObject:nil]; + return YES; } else { |