diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-25 22:46:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-25 22:46:54 +0000 |
commit | 947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3 (patch) | |
tree | a651086f83f8c98d96c72b3b624d56bd0608e4db /Source/CustomQuery.h | |
parent | 429879a5060d5fe0a27794a1e53b131ab04dba91 (diff) | |
download | sequelpro-947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3.tar.gz sequelpro-947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3.tar.bz2 sequelpro-947cb3e7725ee0e67cd0b2a22c34c5c1122d6cc3.zip |
• Query Favorites:
- added snippet variable $SP_SELECTED_TABLES which inserts `table1`,`table2`, etc. (ONLY tables)
• improved "Check Table"
- now one can select more than one table to execute "CHECK TABLE table1,table2,… ; if all tables passed successfully alert OK, if not show the result as accessory table in the sheet
note: OPTIMIZE, REPAIR, FLUSH, CHECKSUM, ANALYZE follow
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 6650ee79..e73f70da 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -54,6 +54,7 @@ @interface CustomQuery : NSObject { IBOutlet id tableDocumentInstance; + IBOutlet id tablesListInstance; IBOutlet id tableWindow; IBOutlet id queryFavoritesButton; |