diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-09 22:50:38 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-09 22:50:38 +0000 |
commit | 5b6f8231ebfeea5d24fa6163325c0215d3829e7c (patch) | |
tree | 724e19f6893736875fa23d54132ce8c5a1232c12 /Source/CMMCPConnection.h | |
parent | b065a02186bd8497c503505a09ceb5a0905693cc (diff) | |
download | sequelpro-5b6f8231ebfeea5d24fa6163325c0215d3829e7c.tar.gz sequelpro-5b6f8231ebfeea5d24fa6163325c0215d3829e7c.tar.bz2 sequelpro-5b6f8231ebfeea5d24fa6163325c0215d3829e7c.zip |
- If a connection is reestablished automatically by the mysql libraries, ensure the connection encoding is similarly reset. This addresses Issue #79.
Diffstat (limited to 'Source/CMMCPConnection.h')
-rw-r--r-- | Source/CMMCPConnection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMMCPConnection.h b/Source/CMMCPConnection.h index eece0d3c..bdda78ec 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -30,6 +30,7 @@ - (void)willQueryString:(NSString *)query; - (void)queryGaveError:(NSString *)error; +- (BOOL)connectionEncodingViaLatin1; @end |