aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-06-19 21:44:23 +0200
committerMax <post@wickenrode.com>2015-06-19 21:44:23 +0200
commit2b52f76ed2103bc6d458767906753814ee8ba9e1 (patch)
tree6cda5dc4fdabd24ce673b956c5096c06a86a1d3b /Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
parentce3353422006e927be3005123223c20d8e09b539 (diff)
downloadsequelpro-2b52f76ed2103bc6d458767906753814ee8ba9e1.tar.gz
sequelpro-2b52f76ed2103bc6d458767906753814ee8ba9e1.tar.bz2
sequelpro-2b52f76ed2103bc6d458767906753814ee8ba9e1.zip
Fix an issue (affecting mostly Russian & Asian users) where Sequel Pro would error if the mysql server truncated a column name (fixes #2150)
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h b/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
index 199d4790..2419d7a9 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQL Private APIs.h
@@ -93,6 +93,7 @@
@interface SPMySQLResult (Private_API)
- (NSString *)_stringWithBytes:(const void *)bytes length:(NSUInteger)length;
+- (NSString *)_lossyStringWithBytes:(const void *)bytes length:(NSUInteger)length wasLossy:(BOOL *)outLossy;
- (void)_setQueryExecutionTime:(double)theExecutionTime;
@end