diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-05 17:44:48 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-05 17:44:48 +0000 |
commit | 7b5f4d96727a505b67b7970e0b4f2ca1de0394a2 (patch) | |
tree | 79c322f805286c5cfa1e37c40da9e8e8278b458a /Source/TableDocument.h | |
parent | 67a3148cec8bc7d1c6f52f60c8ce93a4fe0b8ece (diff) | |
download | sequelpro-7b5f4d96727a505b67b7970e0b4f2ca1de0394a2.tar.gz sequelpro-7b5f4d96727a505b67b7970e0b4f2ca1de0394a2.tar.bz2 sequelpro-7b5f4d96727a505b67b7970e0b4f2ca1de0394a2.zip |
• reload table list, database pull-down menu according to user's statements in the Custom Query editor if necessary
- if statement begins with: use, create, alter, rename, drop
• reload table list, database pull-down menu according to imported statements
• sped up "Import MySQL Dump"
• fixed some tiny issues of the last commit
Diffstat (limited to 'Source/TableDocument.h')
-rw-r--r-- | Source/TableDocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDocument.h b/Source/TableDocument.h index f492a3bc..1a718b32 100644 --- a/Source/TableDocument.h +++ b/Source/TableDocument.h @@ -184,6 +184,7 @@ - (void)showVariables:(id)sender; - (void)closeConnection; - (NSWindow *)getCreateTableSyntaxWindow; +- (void) refreshCurrentDatabase; //getter methods - (NSString *)name; |