Skip to content

Commit efe4c9e

Browse files
committed
Fix an issue where auto completion in query editor would not work in some cases (#2406)
Issue introduced in 0b9fb7e
1 parent 7374c4a commit efe4c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/SPDatabaseStructure.m

+1
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ - (void)queryDbStructureWithUserInfo:(NSDictionary *)userInfo
275275
// Set up the database as an empty mutable dictionary ready for tables, and store a reference
276276
[queriedStructure setObject:[NSMutableDictionary dictionary] forKey:db_id];
277277
NSMutableDictionary *databaseStructure = [queriedStructure objectForKey:db_id];
278+
structureWasUpdated = YES;
278279

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

0 commit comments

Comments
 (0)