diff options
author | avenjamin <avenjamin@gmail.com> | 2008-12-06 14:06:25 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2008-12-06 14:06:25 +0000 |
commit | 1a7130fea502cf627897984fc5a8453e9df9ab00 (patch) | |
tree | 7aec6ce256bc0d8d71c7ad4cf92d99e0c478c7d4 /TablesList.h | |
parent | e9aef1487ae6f889b5c98b48263a95140e89a274 (diff) | |
download | sequelpro-1a7130fea502cf627897984fc5a8453e9df9ab00.tar.gz sequelpro-1a7130fea502cf627897984fc5a8453e9df9ab00.tar.bz2 sequelpro-1a7130fea502cf627897984fc5a8453e9df9ab00.zip |
Known Issue for field mapping when importing a CSV file now resolved.
No longer required to select a table first before selecting the Import... menu item
Diffstat (limited to 'TablesList.h')
-rw-r--r-- | TablesList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TablesList.h b/TablesList.h index 84bb5e4e..d7d37d2e 100644 --- a/TablesList.h +++ b/TablesList.h @@ -69,6 +69,7 @@ //getter methods - (NSString *)table; +- (NSArray *)tables; - (BOOL)structureLoaded; - (BOOL)contentLoaded; - (BOOL)statusLoaded; |