diff options
author | rowanbeentje <rowan@beent.je> | 2009-06-15 01:09:29 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-06-15 01:09:29 +0000 |
commit | 49538c714bef51337fd9494f4200231ce51fb95c (patch) | |
tree | 004c324a99ec87d93a6b8905d2c345539abc68a0 /Source/CMMCPConnection.h | |
parent | 3502af9a810b51116cd93358c608722e3714f4c0 (diff) | |
download | sequelpro-49538c714bef51337fd9494f4200231ce51fb95c.tar.gz sequelpro-49538c714bef51337fd9494f4200231ce51fb95c.tar.bz2 sequelpro-49538c714bef51337fd9494f4200231ce51fb95c.zip |
Cleanups and improvements within queryString:encoding:
- The correct result set is returned even if extra internal queries are used
- The correct error message is written even if extra internal queries are used
- If the mysql thread is altered as a result of a query - resetting the connection - the encoding details are now restored on the connection
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 814738bf..2a24aea8 100644 --- a/Source/CMMCPConnection.h +++ b/Source/CMMCPConnection.h @@ -86,6 +86,7 @@ - (float) lastQueryExecutionTime; - (MCPResult *) listDBsLike:(NSString *) dbsName; - (BOOL) checkConnection; +- (void) restoreEncodingDetails; - (void) setDelegate:(id)object; - (NSTimeZone *) timeZone; - (BOOL) pingConnection; |