Skip to content

Commit

Permalink
Fix an issue where auto completion in query editor would not work in …
Browse files Browse the repository at this point in the history
…some cases (sequelpro#2406)

Issue introduced in 0b9fb7e
  • Loading branch information
dmoagx committed Feb 17, 2016
1 parent 4341c2a commit 9a930ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/SPDatabaseStructure.m
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,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;
Expand Down

0 comments on commit 9a930ab

Please sign in to comment.