aboutsummaryrefslogtreecommitdiffstats
path: root/TablesList.m
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-12-06 14:06:25 +0000
committeravenjamin <avenjamin@gmail.com>2008-12-06 14:06:25 +0000
commit1a7130fea502cf627897984fc5a8453e9df9ab00 (patch)
tree7aec6ce256bc0d8d71c7ad4cf92d99e0c478c7d4 /TablesList.m
parente9aef1487ae6f889b5c98b48263a95140e89a274 (diff)
downloadsequelpro-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.m')
-rw-r--r--TablesList.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/TablesList.m b/TablesList.m
index 454b6dd8..32104d9b 100644
--- a/TablesList.m
+++ b/TablesList.m
@@ -307,6 +307,11 @@ returns the currently selected table or nil if no table or mulitple tables are s
}
}
+- (NSArray *)tables
+{
+ return tables;
+}
+
/*
returns YES if table source has already been loaded
*/