diff options
author | dmoagx <post@wickenrode.com> | 2013-03-10 03:54:28 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2013-03-10 03:54:28 +0000 |
commit | 4db3922e4777aac10855d457ba4f2962fcd8fd8c (patch) | |
tree | 80b3bc537aecc922888f4c30e2536a6d1e999e91 /Source/SPServerSupport.h | |
parent | f551b70055c726fc2c96d93acfe3dfd1ac6c1f31 (diff) | |
download | sequelpro-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.h | 8 |
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 |