aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-04 19:28:09 +0200
committerMax <post@wickenrode.com>2015-10-04 19:28:09 +0200
commit670758d69f5df210c9930e9b7fafbbac2dc60d16 (patch)
treeede77a834ff69d9541ddf9794e50038002a08ae9 /Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
parent05f9533860eb53e5fd0028cda74f9b6d7b26454d (diff)
downloadsequelpro-670758d69f5df210c9930e9b7fafbbac2dc60d16.tar.gz
sequelpro-670758d69f5df210c9930e9b7fafbbac2dc60d16.tar.bz2
sequelpro-670758d69f5df210c9930e9b7fafbbac2dc60d16.zip
Add a few more unit tests to SPMySQL
Diffstat (limited to 'Frameworks/SPMySQLFramework/Source/SPMySQLResult.m')
-rw-r--r--Frameworks/SPMySQLFramework/Source/SPMySQLResult.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m b/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
index 5f54960c..2e1cb2ba 100644
--- a/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
+++ b/Frameworks/SPMySQLFramework/Source/SPMySQLResult.m
@@ -318,7 +318,7 @@ static id NSNullPointer;
{
return [[[NSString alloc] initWithBytes:bytes length:length encoding:stringEncoding] autorelease];
}
-
+#warning duplicate code with Data Conversion.m stringForDataBytes:length:encoding: (↑, ↓)
- (NSString *)_lossyStringWithBytes:(const void *)bytes length:(NSUInteger)length wasLossy:(BOOL *)outLossy
{
if(!bytes || !length) return @""; //to match -[NSString initWithBytes:length:encoding:]