Skip to content
Permalink
Browse files
Fix an issue where auto completion in query editor would not work in …
…some cases (#2406)

Issue introduced in 0b9fb7e
  • Loading branch information
dmoagx committed Feb 17, 2016
1 parent 7374c4a commit efe4c9e
Showing 1 changed file with 1 addition and 0 deletions.
@@ -275,6 +275,7 @@ - (void)queryDbStructureWithUserInfo:(NSDictionary *)userInfo
// Set up the database as an empty mutable dictionary ready for tables, and store a reference
[queriedStructure setObject:[NSMutableDictionary dictionary] forKey:db_id];
NSMutableDictionary *databaseStructure = [queriedStructure objectForKey:db_id];
structureWasUpdated = YES;

NSUInteger uniqueCounter = 0; // used to make field data unique
SPMySQLResult *theResult;

0 comments on commit efe4c9e

Please sign in to comment.