aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-09-10 08:37:43 +0000
committerBibiko <bibiko@eva.mpg.de>2010-09-10 08:37:43 +0000
commitf81ed59ba9aeb8e81bf9deb64c4ebbe5e7620dbd (patch)
treeef3efa98a4de1572330bcc9cae49253f8fea30f7 /Source/SPTableStructure.h
parent52c071008bab2661edd6bafb6b55412bc6ac84b5 (diff)
downloadsequelpro-f81ed59ba9aeb8e81bf9deb64c4ebbe5e7620dbd.tar.gz
sequelpro-f81ed59ba9aeb8e81bf9deb64c4ebbe5e7620dbd.tar.bz2
sequelpro-f81ed59ba9aeb8e81bf9deb64c4ebbe5e7620dbd.zip
• TableStructure
- moved field type suggestions for combobox as data source to SPTableStructure - applied type combobox lowercased completion while typing - improved DEFAULT handling for any numeric, date, time fields if DEFAULT was set to an empty string '' - if so skip it to avoid unnecessary error messages
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r--Source/SPTableStructure.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h
index 0be1082b..6af0a3b3 100644
--- a/Source/SPTableStructure.h
+++ b/Source/SPTableStructure.h
@@ -70,6 +70,8 @@
NSInteger currentlyEditingRow;
NSUserDefaults *prefs;
NSArray *collations;
+ NSArray *typeSuggestions;
+
}
// Table methods