aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerSupport.h
diff options
context:
space:
mode:
authordmoagx <post@wickenrode.com>2013-03-10 03:54:28 +0000
committerdmoagx <post@wickenrode.com>2013-03-10 03:54:28 +0000
commit4db3922e4777aac10855d457ba4f2962fcd8fd8c (patch)
tree80b3bc537aecc922888f4c30e2536a6d1e999e91 /Source/SPServerSupport.h
parentf551b70055c726fc2c96d93acfe3dfd1ac6c1f31 (diff)
downloadsequelpro-4db3922e4777aac10855d457ba4f2962fcd8fd8c.tar.gz
sequelpro-4db3922e4777aac10855d457ba4f2962fcd8fd8c.tar.bz2
sequelpro-4db3922e4777aac10855d457ba4f2962fcd8fd8c.zip
* Add support for querying the server default charset and collation
* Move a bit of redundant code into a method
Diffstat (limited to 'Source/SPServerSupport.h')
-rw-r--r--Source/SPServerSupport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/SPServerSupport.h b/Source/SPServerSupport.h
index 2f562177..4cb68726 100644
--- a/Source/SPServerSupport.h
+++ b/Source/SPServerSupport.h
@@ -62,7 +62,7 @@
// Encoding
BOOL supportsShowCharacterSet;
BOOL supportsShowCollation;
- BOOL supportsCharacterSetDatabaseVar;
+ BOOL supportsCharacterSetAndCollationVars;
BOOL supportsPost41CharacterSetHandling;
// User account related
@@ -150,10 +150,10 @@
@property (readonly) BOOL supportsShowCollation;
/**
- * @property supportsCharacterSetDatabaseVar Indicates if the server supports the 'character_set_database'
- * variable.
+ * @property supportsCharacterSetAndCollationVars Indicates if the server supports the 'character_set_*' and 'collation_*'
+ * variables.
*/
-@property (readonly) BOOL supportsCharacterSetDatabaseVar;
+@property (readonly) BOOL supportsCharacterSetAndCollationVars;
/**
* @property supportsPost41CharacterSetHandling Indicates whether the server supports post 4.1 character set