diff options
Diffstat (limited to 'Source/CMTextView.m')
-rw-r--r-- | Source/CMTextView.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 8346525b..bebea5c0 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -142,6 +142,9 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) if([mySQLConnection isConnected]) { + + // NSLog(@"struct:\n %@", [mySQLConnection getDbStructure]); + // Add table names to completions list for (id obj in [[[[self window] delegate] valueForKeyPath:@"tablesListInstance"] valueForKey:@"allTableNames"]) [possibleCompletions addObject:[NSDictionary dictionaryWithObjectsAndKeys:obj, @"display", @"table-small-square", @"image", nil]]; |